X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_FaceOrientationFilter.h;h=7a1721cb6321f88077508bf29ebd9dfb04a6c535;hb=fe8da0148d1f428180380a71b4cc2e25a63b998b;hp=d51b06b568cad684b42c9dc76a065af68ff4b01d;hpb=0635c9fc80f67d1e5dc0e94ec85f487286a92070;p=modules%2Fsmesh.git diff --git a/src/OBJECT/SMESH_FaceOrientationFilter.h b/src/OBJECT/SMESH_FaceOrientationFilter.h index d51b06b56..7a1721cb6 100644 --- a/src/OBJECT/SMESH_FaceOrientationFilter.h +++ b/src/OBJECT/SMESH_FaceOrientationFilter.h @@ -1,7 +1,4 @@ -// Copyright (C) 2007-2008 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 +// Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -19,6 +16,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + #ifndef SMESH_FACEORIENTATIONFILTER_H #define SMESH_FACEORIENTATIONFILTER_H @@ -39,6 +37,12 @@ public: /*!Create a new SMESH_FaceOrientationFilter.*/ static SMESH_FaceOrientationFilter *New(); + void SetOrientationScale( vtkFloatingPointType ); + vtkFloatingPointType GetOrientationScale() const { return myOrientationScale; } + + void Set3dVectors( bool ); + bool Get3dVectors() const { return my3dVectors; } + protected: SMESH_FaceOrientationFilter(); virtual ~SMESH_FaceOrientationFilter();