Salome HOME
PR: debug SMDS memimp
[modules/smesh.git] / src / SMDS / SMDS_FaceOfNodes.hxx
index 018d5778aca687f58b33c0c590b504642ba5c6f8..c00511851b83c03ea0a7434c8bfb89fa027ba4df 100644 (file)
@@ -56,6 +56,8 @@ class SMDS_EXPORT SMDS_FaceOfNodes:public SMDS_MeshFace
    */
   virtual const SMDS_MeshNode* GetNode(const int ind) const;
 
+  virtual SMDSAbs_EntityType   GetEntityType() const;
+
   protected:
        SMDS_ElemIteratorPtr
                elementsIterator(SMDSAbs_ElementType type) const;