From: akl Date: Thu, 9 Apr 2015 15:22:14 +0000 (+0400) Subject: Correction of descriptions position. X-Git-Tag: V7_6_0b1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e2afdc19add74f1de8e564076082aa38bc3824f2;p=modules%2Fgui.git Correction of descriptions position. --- diff --git a/src/VTKViewer/VTKViewer_GeometryFilter.h b/src/VTKViewer/VTKViewer_GeometryFilter.h index 5cfba01de..667c18921 100755 --- a/src/VTKViewer/VTKViewer_GeometryFilter.h +++ b/src/VTKViewer/VTKViewer_GeometryFilter.h @@ -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