X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Filter.h;h=0114f38b88c4fb58a57522a4469a42b6fd6ca2c9;hb=81f4aba6d730b754eeac248a753c33ba673beaa1;hp=fa0317db5789b0b006dcab26f409e1aef734d42e;hpb=cca99353e89b8c895efbb7377f8830ec2f3fb5ea;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_Filter.h b/src/SMESHGUI/SMESHGUI_Filter.h index fa0317db5..0114f38b8 100755 --- a/src/SMESHGUI/SMESHGUI_Filter.h +++ b/src/SMESHGUI/SMESHGUI_Filter.h @@ -13,11 +13,11 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org // // // @@ -44,12 +44,13 @@ enum SMESHGUI_FilterType SMESHGUI_VolumeFilter = 3, SMESHGUI_AllElementsFilter = 4, SMESHGUI_QuadFilter = 5, - SMESHGUI_TriaFilter = 6 + SMESHGUI_TriaFilter = 6, + SMESHGUI_LastFilter }; /* Class : SMESHGUI_Filter - Description : Base class for SMESH selection filters for VTK viewer. + Description : Base class for SMESH selection filters for VTK viewer. */ DEFINE_STANDARD_HANDLE(SMESHGUI_Filter, VTKViewer_Filter)