]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_ResultValidators.cpp
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / ModuleBase / ModuleBase_ResultValidators.cpp
index 67a9ca5a992a8784ac82e673008449f34a388dab..4fde0437bf97f70d996e12b5942cb7fd7cb04cf4 100644 (file)
@@ -14,7 +14,6 @@
 #include <BRep_Tool.hxx>
 #include <GeomAdaptor_Curve.hxx>
 
-
 ResultPtr result(const ObjectPtr theObject)
 {
   return boost::dynamic_pointer_cast<ModelAPI_Result>(theObject);
@@ -28,7 +27,6 @@ TopoDS_Shape shape(ResultPtr theResult)
   return TopoDS_Shape();
 }
 
-
 bool ModuleBase_ResultPointValidator::isValid(const ObjectPtr theObject) const
 {
   ResultPtr aResult = result(theObject);
@@ -41,7 +39,6 @@ bool ModuleBase_ResultPointValidator::isValid(const ObjectPtr theObject) const
   return aShape.ShapeType() == TopAbs_VERTEX;
 }
 
-
 bool ModuleBase_ResultLineValidator::isValid(const ObjectPtr theObject) const
 {
   ResultPtr aResult = result(theObject);
@@ -61,7 +58,6 @@ bool ModuleBase_ResultLineValidator::isValid(const ObjectPtr theObject) const
   return false;
 }
 
-
 bool ModuleBase_ResultArcValidator::isValid(const ObjectPtr theObject) const
 {
   ResultPtr aResult = result(theObject);