Salome HOME
PR: mesh and visu hexa no copy
[modules/smesh.git] / src / SMDS / SMDS_MeshVolume.hxx
index 03f44d355686accef7c0f5001d7dace420819a96..e3eea3f97606545a7d899bfe8bc8be11389af7a6 100644 (file)
@@ -35,5 +35,6 @@ class SMDS_EXPORT SMDS_MeshVolume:public SMDS_MeshCell
        
   public:
        SMDSAbs_ElementType GetType() const;
+  virtual vtkIdType GetVtkType() const;
 };
 #endif