Salome HOME
This commit was generated by cvs2git to create tag 'TRIPOLI_323'.
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_ClsfSolid.cxx
index 5d16464c4acf16643155b7ad3feb3ef256a7916a..35bb725ef8738a782f3ce66118b3939a9a3d8db8 100755 (executable)
@@ -22,7 +22,7 @@
 // Author:      Peter KURNEV
 //              <pkv@irinox>
 //
-#include <GEOMAlgo_ClsfSolid.ixx>
+#include <GEOMAlgo_ClsfSolid.hxx>
 
 #include <TopAbs_ShapeEnum.hxx>
 #include <TopoDS.hxx>
 #include <BRep_Builder.hxx>
 #include <BRepClass3d_SolidClassifier.hxx>
 
+IMPLEMENT_STANDARD_HANDLE(GEOMAlgo_ClsfSolid, GEOMAlgo_Clsf)
+IMPLEMENT_STANDARD_RTTIEXT(GEOMAlgo_ClsfSolid, GEOMAlgo_Clsf)
+
 //=======================================================================
-//function : 
-//purpose  : 
+//function :
+//purpose  :
 //=======================================================================
   GEOMAlgo_ClsfSolid::GEOMAlgo_ClsfSolid()
 :
@@ -42,7 +45,7 @@
 }
 //=======================================================================
 //function : ~
-//purpose  : 
+//purpose  :
 //=======================================================================
   GEOMAlgo_ClsfSolid::~GEOMAlgo_ClsfSolid()
 {
@@ -55,7 +58,7 @@
 }
 //=======================================================================
 //function : SetShape
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_ClsfSolid::SetShape(const TopoDS_Shape& aS)
 {
@@ -63,7 +66,7 @@
 }
 //=======================================================================
 //function : Shape
-//purpose  : 
+//purpose  :
 //=======================================================================
   const TopoDS_Shape& GEOMAlgo_ClsfSolid::Shape()const
 {
@@ -71,7 +74,7 @@
 }
 //=======================================================================
 //function : CheckData
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_ClsfSolid::CheckData()
 {
@@ -89,7 +92,7 @@
   //
   aType=myShape.ShapeType();
   if (!(aType==TopAbs_SOLID || aType==TopAbs_SHELL)) {
-    myErrorStatus=12; 
+    myErrorStatus=12;
     return;
   }
   //
 }
 //=======================================================================
 //function : Perform
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_ClsfSolid::Perform()
 {