Salome HOME
Changing version to 5.1.3
[modules/smesh.git] / src / SMDS / SMDS_Mesh0DElement.hxx
index 93a204934ab1fed1082a92a874909502ac368b9b..b1be0b28fe314d72f4efabd8bd89c8dd9050bb07 100644 (file)
@@ -40,6 +40,7 @@ class SMDS_EXPORT SMDS_Mesh0DElement: public SMDS_MeshElement
   void Print (std::ostream & OS) const;
 
   SMDSAbs_ElementType GetType() const;
+  SMDSAbs_EntityType  GetEntityType() const {return SMDSEntity_0D;}
   int NbNodes() const;
   int NbEdges() const;
   friend bool operator< (const SMDS_Mesh0DElement& e1, const SMDS_Mesh0DElement& e2);