Salome HOME
correct previous integration (Porting to Python 2.6)
[modules/smesh.git] / src / SMDS / SMDS_MeshEdge.hxx
index 84998e1294905e7a564603bf17e52f64092c272a..c0108c2e4dec7a89d4d16d288d5169311d46cb8b 100644 (file)
@@ -41,7 +41,8 @@ class SMDS_EXPORT SMDS_MeshEdge:public SMDS_MeshElement
                          const SMDS_MeshNode * node2);
        void Print(std::ostream & OS) const;
 
-       SMDSAbs_ElementType GetType() const;
+       virtual SMDSAbs_ElementType GetType() const;
+       virtual SMDSAbs_EntityType GetEntityType() const { return SMDSEntity_Edge; }
        int NbNodes() const;
        int NbEdges() const;
        friend bool operator<(const SMDS_MeshEdge& e1, const SMDS_MeshEdge& e2);