]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMDS/SMDS_VolumeOfNodes.hxx
Salome HOME
0020551: EDF SMESH: misplaced page in help page
[modules/smesh.git] / src / SMDS / SMDS_VolumeOfNodes.hxx
index ee773285b39f4d4a6e6943ed43f4b54d739d8e68..ac62041f52c100719a6be92477859569615b9a08 100644 (file)
@@ -69,14 +69,13 @@ class SMDS_EXPORT SMDS_VolumeOfNodes:public SMDS_MeshVolume
        int NbFaces() const;
        int NbNodes() const;
        int NbEdges() const;
-       SMDSAbs_ElementType GetType() const;    
+       virtual SMDSAbs_ElementType GetType() const;    
+        virtual SMDSAbs_EntityType GetEntityType() const;
 
   /*!
    * \brief Return node by its index
     * \param ind - node index
     * \retval const SMDS_MeshNode* - the node
-   * 
-   * Index is wrapped if it is out of a valid range
    */
   virtual const SMDS_MeshNode* GetNode(const int ind) const;