Salome HOME
Upgrade to paraview 5.4
[modules/gui.git] / src / VTKViewer / VTKViewer_GeometryFilter.h
index facb797397fd390001e1f0616e406416e4c2822c..e2420fef3748b9beac9a25c3b1664ddee1bd7e88 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -59,23 +59,20 @@ public:
    * \retval myShowInside
    */
   int GetInside();
-  /*! \fn void SetWireframeMode(int theIsWireframeMode)
-   * \brief Sets \a myIsWireframeMode flag. \a myIsWireframeMode is changed, call this->Modified().
-   * \param theIsWireframeMode - used for changing value of \a myIsWireframeMode variable.
+  /*! \fn int GetAppendCoincident3D()
+   * \brief Return value of \a myAppendCoincident3D
+   * \retval myAppendCoincident3D
    */
-
   int GetAppendCoincident3D() const;
   /*! \fn void SetAppendCoincident3D()
    *  \brief Sets \a myAppendCoincident3D flag. If this flag is true, filter append to the 
       result data set coincident 3D elements.
    */
-
   void SetAppendCoincident3D(int theFlag);
-  /*! \fn int SetAppendCoincident3D()
-   * \brief Return value of \a myAppendCoincident3D
-   * \retval myAppendCoincident3D
+  /*! \fn void SetWireframeMode(int theIsWireframeMode)
+   * \brief Sets \a myIsWireframeMode flag. \a myIsWireframeMode is changed, call this->Modified().
+   * \param theIsWireframeMode - used for changing value of \a myIsWireframeMode variable.
    */
-
   void SetWireframeMode(int theIsWireframeMode);
   /*! \fn int GetWireframeMode()
    * \brief Return value of \a myIsWireframeMode
@@ -110,7 +107,8 @@ public:
   virtual double GetQuadraticArcAngle() const;
 
   typedef std::vector<vtkIdType> TVectorId;
-  typedef std::map<vtkIdType, TVectorId> TMapOfVectorId;
+  //typedef std::map<vtkIdType, TVectorId> TMapOfVectorId;
+  typedef std::vector<TVectorId> TMapOfVectorId;
 
   static void InsertId( const vtkIdType theCellId,
                         const vtkIdType theCellType,