Salome HOME
Replace Descret by Discrete in variable and method names.
[modules/smesh.git] / src / SMESH_I / SMESH_Group_i.hxx
index 16099ecdd64219482ffe6dfb94a4db3014822b10..bfb34a2bd116ae918424229d335db5287a273a14 100644 (file)
@@ -64,6 +64,9 @@ class SMESH_I_EXPORT SMESH_GroupBase_i:
   CORBA::Boolean Contains(CORBA::Long elem_id);
   CORBA::Long GetID(CORBA::Long elem_index);
   SMESH::long_array* GetListOfID();
+  SMESH::long_array* GetNodeIDs();
+  CORBA::Long GetNumberOfNodes();
+  CORBA::Boolean IsNodeInfoAvailable(); // for gui
   SMESH::SMESH_Mesh_ptr GetMesh();
 
   /*!
@@ -100,6 +103,8 @@ private:
 
   void changeLocalId(int localId) { myLocalID = localId; }
   friend class SMESH_Mesh_i;
+
+  int myNbNodes, myGroupDSTic;
 };
 
 // ======