Version: 8.3.0
SMESHGUI_GroupOnShapeDlg.cxx File Reference
#include "SMESHGUI_GroupOnShapeDlg.h"
#include "SMESH_TypeFilter.hxx"
#include "SMESHGUI.h"
#include "SMESHGUI_Utils.h"
#include "SMESHGUI_GEOMGenUtils.h"
#include <GeometryGUI.h>
#include <GEOM_SelectionFilter.h>
#include <GEOM_wrap.hxx>
#include <SUIT_Session.h>
#include <SUIT_OverrideCursor.h>
#include <LightApp_Application.h>
#include <LightApp_UpdateFlags.h>
#include <SUIT_ResourceMgr.h>
#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SMESH_Mesh)>
#include <CORBA_SERVER_HEADER(SMESH_Group)>
#include <QGroupBox>
#include <QLayout>
#include <QFrame>
#include <QLabel>
#include <QPushButton>
#include <QListWidget>
#include <QLineEdit>
Include dependency graph for SMESHGUI_GroupOnShapeDlg.cxx:

Macros

#define SPACING   6
 
#define MARGIN   11
 

Enumerations

enum  { _MESH, _ELEM_GEOM, _NODE_GEOM }
 

Functions

static SMESH::ElementType elementType (GEOM::GEOM_Object_var geom)
 return type of mesh group by geom object More...
 

Macro Definition Documentation

#define MARGIN   11
#define SPACING   6

Enumeration Type Documentation

anonymous enum
Enumerator
_MESH 
_ELEM_GEOM 
_NODE_GEOM 

Function Documentation

static SMESH::ElementType elementType ( GEOM::GEOM_Object_var  geom)
static

return type of mesh group by geom object

References _PTR(), SMESH::ALL, EDGE, SMESH::EDGE, FACE, SMESH::FACE, SMESH::GetGEOMGen(), SMESH::NODE, and SMESH::VOLUME.

Referenced by SMESHGUI_GroupOnShapeOp::onApply().