X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Filter_i.hxx;h=7a09289e05fbc6563a1e1cf789d95cc9ff421867;hp=ce3246602d76d77f142d503ae0397a2eea0682f4;hb=c21a157b9d128bf905d3a575d90fdbbb07ed3a2e;hpb=283a9b4f5af948bec54f81e3296d3185933eda1b diff --git a/src/SMESH_I/SMESH_Filter_i.hxx b/src/SMESH_I/SMESH_Filter_i.hxx index ce3246602..7a09289e0 100644 --- a/src/SMESH_I/SMESH_Filter_i.hxx +++ b/src/SMESH_I/SMESH_Filter_i.hxx @@ -316,6 +316,19 @@ protected: }; +/* + Class : BadOrientedVolume_i + Description : Verify whether a mesh volume is incorrectly oriented from + the point of view of MED convention +*/ +class BadOrientedVolume_i: public virtual POA_SMESH::BadOrientedVolume, + public virtual Predicate_i +{ + public: + BadOrientedVolume_i(); + FunctorType GetFunctorType(); +}; + /* Class : BelongToGeom_i Description : Predicate for selection on geometrical support @@ -706,6 +719,8 @@ public: RangeOfIds_ptr CreateRangeOfIds(); + BadOrientedVolume_ptr CreateBadOrientedVolume(); + LessThan_ptr CreateLessThan(); MoreThan_ptr CreateMoreThan(); EqualTo_ptr CreateEqualTo();