Salome HOME
PR: debug SMDS memimp
[modules/smesh.git] / src / SMDS / SMDS_FaceOfNodes.hxx
index bf1fac24cc4c6f7c73f8b99a267775fde59609c5..c00511851b83c03ea0a7434c8bfb89fa027ba4df 100644 (file)
@@ -53,11 +53,11 @@ class SMDS_EXPORT SMDS_FaceOfNodes:public SMDS_MeshFace
    * \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;
 
+  virtual SMDSAbs_EntityType   GetEntityType() const;
+
   protected:
        SMDS_ElemIteratorPtr
                elementsIterator(SMDSAbs_ElementType type) const;