Salome HOME
PR: synchro V7_main tag mergefrom_V6_main_06Mar13
[modules/smesh.git] / src / SMDS / SMDS_MeshEdge.hxx
index 54f426c96c7f3f9810768d23798bce44743b911e..63ae2f071ef62182e90f49c40288bf7787ab09e5 100644 (file)
 
 #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