X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshEdge.hxx;h=63ae2f071ef62182e90f49c40288bf7787ab09e5;hb=373c03904b8e3fc5490ff4e17716f0cdcb39c03c;hp=54f426c96c7f3f9810768d23798bce44743b911e;hpb=d4a710ce52f6e76786a7b3845e2f7975dc9a00b1;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_MeshEdge.hxx b/src/SMDS/SMDS_MeshEdge.hxx index 54f426c96..63ae2f071 100644 --- a/src/SMDS/SMDS_MeshEdge.hxx +++ b/src/SMDS/SMDS_MeshEdge.hxx @@ -28,11 +28,12 @@ #include "SMDS_MeshCell.hxx" -class SMDS_EXPORT SMDS_MeshEdge:public SMDS_MeshCell +class SMDS_EXPORT SMDS_MeshEdge: public SMDS_MeshCell { - public: - SMDSAbs_ElementType GetType() const; - virtual vtkIdType GetVtkType() const; + public: + virtual SMDSAbs_ElementType GetType() const; + virtual vtkIdType GetVtkType() const; + virtual SMDSAbs_GeometryType GetGeomType() const { return SMDSGeom_EDGE; } }; #endif