27 #ifndef _SMESHDS_SubMesh_HeaderFile 
   28 #define _SMESHDS_SubMesh_HeaderFile 
   54   virtual bool RemoveNode(
const SMDS_MeshNode * ME, 
bool isNodeDeleted);       
 
   56   virtual const SMDS_MeshNode*    GetNode   ( 
size_t idInShape ) 
const;
 
   61   void RemoveAllSubmeshes();
 
   67   virtual int NbElements() 
const;
 
   69   virtual int NbNodes() 
const;
 
   72   virtual bool IsQuadratic() 
const;
 
   80   int           GetID()
     const { 
return myIndex; }
 
   85   std::vector<const SMDS_MeshNode*>    
myNodes;