Salome HOME
Merge remote-tracking branch 'origin/cbr/fix_import_gmf_pyramids_orientation'
[modules/smesh.git] / src / SMDS / SMDS_UnstructuredGrid.hxx
index d34095d9ae03a37346e93c76ca4ada6da57af722..67dada6c9552e03512dc09c74675f19bdc855017 100644 (file)
@@ -70,14 +70,9 @@ public:
                    std::vector<int>& idCellsOldToNew,
                    int               newCellSize);
   virtual unsigned long GetMTime();
-  // OUV_PORTING_VTK6: seems to be useless
-  //virtual void Update();
-  //virtual void UpdateInformation();
   virtual vtkPoints *GetPoints();
 
-  //#ifdef VTK_HAVE_POLYHEDRON
   int InsertNextLinkedCell(int type, int npts, vtkIdType *pts);
-  //#endif
 
   int CellIdToDownId(int vtkCellId);
   void setCellIdToDownId(int vtkCellId, int downId);