28 #ifndef SMESH_OBJECTDEF_H
29 #define SMESH_OBJECTDEF_H
37 #include <SALOMEconfig.h>
38 #include CORBA_SERVER_HEADER(SMESH_Mesh)
39 #include CORBA_SERVER_HEADER(SMESH_Group)
45 class SALOME_ExtractUnstructuredGrid;
63 virtual bool Update(
int theIsClear =
true ) = 0;
70 virtual bool IsNodePrs()
const = 0;
79 int& theNodeId2 )
const;
94 void createPoints( vtkPoints* );
95 void buildPrs(
bool buildGrid =
false);
98 void updateEntitiesFlags();
127 virtual bool Update(
int theIsClear =
true );
138 virtual SMESH::SMESH_Mesh_ptr
GetMeshServer() {
return myClient.GetMeshServer(); }
160 virtual bool Update(
int theIsClear =
true );
165 virtual SMESH::SMESH_Mesh_ptr
GetMeshServer() {
return myMeshObj->GetMeshServer(); }