Salome HOME
Correction of descriptions position.
authorakl <alexander.kovalev@opencascade.com>
Thu, 9 Apr 2015 15:22:14 +0000 (19:22 +0400)
committerakl <alexander.kovalev@opencascade.com>
Thu, 9 Apr 2015 15:22:14 +0000 (19:22 +0400)
src/VTKViewer/VTKViewer_GeometryFilter.h

index 5cfba01dea62097875b45eab5f8a1c08e4c6f838..667c18921589ca49fb498029f94dacc0e5752224 100755 (executable)
@@ -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