Salome HOME
0020575: EDF 1162 SMESH: Mesh is displayed in "Nodes" mode after compute
[modules/smesh.git] / src / OBJECT / SMESH_ObjectDef.h
index e472a2121c2882208f7c0194d80ffbaf9a486f33..82f540913bf98a5d8bba36689338348a2a3675e7 100644 (file)
@@ -69,6 +69,8 @@ public:
   virtual bool              IsNodePrs() const = 0;
   virtual SMDS_Mesh*        GetMesh() const = 0;
 
+  virtual bool              IsValid() const;
+
   virtual bool              GetEdgeNodes( const int theElemId,
                                           const int theEdgeNum,
                                           int&      theNodeId1,
@@ -168,6 +170,8 @@ public:
   virtual int               GetEntities( const SMDSAbs_ElementType, TEntityList& ) const;
   virtual bool              IsNodePrs() const;
 
+  virtual SMDSAbs_ElementType GetElementType() const;
+
 private:
 
   SMESH::SMESH_GroupBase_var    myGroupServer;