X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_Plugin.cpp;h=733fc17bf384b193aec4fecd1c625be21f950a84;hb=b06cf1477fb1ee46d7ae260c234cac5d0000abf2;hp=3a0d06ee0cb125c88d2a3170077cc67ac5f05b1e;hpb=3aea5a1acd6517908c57799ad6debac35ae337f6;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_Plugin.cpp b/src/GeomValidators/GeomValidators_Plugin.cpp index 3a0d06ee0..733fc17bf 100644 --- a/src/GeomValidators/GeomValidators_Plugin.cpp +++ b/src/GeomValidators/GeomValidators_Plugin.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include #include @@ -61,6 +62,8 @@ GeomValidators_Plugin::GeomValidators_Plugin() 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);