Salome HOME
Fix for the bug IPAL22828 TC6.4.0: Displayed entities are wrong
[modules/smesh.git] / src / OBJECT / SMESH_Object.h
index b96a26cdc1c2a134257756b72e841899862dfa8b..415b250cdb67966eedd87709b37ba1ca241b32ea 100644 (file)
@@ -75,6 +75,9 @@ public:
   virtual vtkIdType GetNodeVTKId( int theObjID ) = 0;
   virtual vtkIdType GetElemObjId( int theVTKID ) = 0;
   virtual vtkIdType GetElemVTKId( int theObjID ) = 0;
+  virtual void              ClearEntitiesFlags() = 0;
+  virtual bool              GetEntitiesFlag() = 0;
+  virtual unsigned int      GetEntitiesState() = 0;
 };
 
 typedef boost::shared_ptr<SMESH_VisualObj> TVisualObjPtr;