X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_Plugin.cpp;h=733fc17bf384b193aec4fecd1c625be21f950a84;hb=b06cf1477fb1ee46d7ae260c234cac5d0000abf2;hp=54ee61429f09e152bde94df11b0c9ebfb27b25d8;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_Plugin.cpp b/src/GeomValidators/GeomValidators_Plugin.cpp index 54ee61429..733fc17bf 100644 --- a/src/GeomValidators/GeomValidators_Plugin.cpp +++ b/src/GeomValidators/GeomValidators_Plugin.cpp @@ -21,7 +21,6 @@ #include #include -#include #include #include #include @@ -30,9 +29,10 @@ #include #include #include -#include #include #include +#include +#include #include #include @@ -47,8 +47,6 @@ GeomValidators_Plugin::GeomValidators_Plugin() ModelAPI_ValidatorsFactory* aFactory = aMgr->validators(); aFactory->registerValidator("GeomValidators_BodyShapes", new GeomValidators_BodyShapes); - aFactory->registerValidator("GeomValidators_BooleanArguments", - new GeomValidators_BooleanArguments); aFactory->registerValidator("GeomValidators_ConstructionComposite", new GeomValidators_ConstructionComposite); aFactory->registerValidator("GeomValidators_Different", new GeomValidators_Different); @@ -60,11 +58,12 @@ GeomValidators_Plugin::GeomValidators_Plugin() new GeomValidators_PartitionArguments); aFactory->registerValidator("GeomValidators_ShapeType", new GeomValidators_ShapeType); aFactory->registerValidator("GeomValidators_ZeroOffset", new GeomValidators_ZeroOffset); - aFactory->registerValidator("GeomValidators_IntersectionSelection", - new GeomValidators_IntersectionSelection); aFactory->registerValidator("GeomValidators_FeatureKind", new GeomValidators_FeatureKind); aFactory->registerValidator("GeomValidators_MinObjectsSelected", new GeomValidators_MinObjectsSelected); + aFactory->registerValidator("GeomValidators_Intersected", new GeomValidators_Intersected); + aFactory->registerValidator("GeomValidators_NotSelfIntersected", + new GeomValidators_NotSelfIntersected); // register this plugin ModelAPI_Session::get()->registerPlugin(this);