Salome HOME
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OC...
[modules/smesh.git] / src / SMDS / SMDS_MeshElementIDFactory.hxx
index a110c1ea61cc3d3035e793f361105054a31452c4..6508fcc080b134c07c17a52f4bd9c8fb907f002b 100644 (file)
@@ -49,7 +49,6 @@ public:
   virtual void ReleaseID(int ID, int vtkId = -1);
   SMDS_ElemIteratorPtr elementsIterator() const;
   virtual void Clear();
-  int GetVtkCellType(int SMDSType);
 
 protected:
   void updateMinMax() const;
@@ -59,8 +58,6 @@ protected:
     if (id < myMin) myMin = id;
   }
 
-  std::vector<int> myVtkCellTypes;
-
 };
 
 #endif