Salome HOME
0020575: EDF 1162 SMESH: Mesh is displayed in "Nodes" mode after compute
[modules/smesh.git] / src / OBJECT / SMESH_Object.h
index 3d4dbbf8b433b30c685b8a1b1d7808c53220d5e9..3bc178eca4127f47a2da547bfb6dda5083086f3f 100644 (file)
@@ -62,9 +62,10 @@ public:
   virtual SMDS_Mesh* GetMesh() const = 0;
 
   virtual bool GetEdgeNodes( const int theElemId,
-                            const int theEdgeNum,
-                            int&      theNodeId1,
-                            int&      theNodeId2 ) const = 0;
+                             const int theEdgeNum,
+                             int&      theNodeId1,
+                             int&      theNodeId2 ) const = 0;
+  virtual bool              IsValid() const = 0;
   
   virtual vtkUnstructuredGrid* GetUnstructuredGrid() = 0;