Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/smesh.git] / src / StdMeshers / StdMeshers_ProjectionSource3D.cxx
index 394c16b796eb10f1e7283c8d96711e4053610c87..bffe39ae3c0398fa13615d0bd7b072ddb68491b6 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "utilities.h"
 #include "SMESH_Gen.hxx"
+#include "SMESH_Mesh.hxx"
 
 #include <TopoDS.hxx>
 
@@ -42,9 +43,9 @@ using namespace std;
  */
 //=============================================================================
 
-StdMeshers_ProjectionSource3D::StdMeshers_ProjectionSource3D(int hypId, int studyId,
+StdMeshers_ProjectionSource3D::StdMeshers_ProjectionSource3D(int hypId,
                                                              SMESH_Gen * gen)
-  : SMESH_Hypothesis(hypId, studyId, gen)
+  : SMESH_Hypothesis(hypId, gen)
 {
   _name = "ProjectionSource3D"; // used by Projection_3D
   _param_algo_dim = 3; // 3D
@@ -61,13 +62,12 @@ StdMeshers_ProjectionSource3D::StdMeshers_ProjectionSource3D(int hypId, int stud
 
 StdMeshers_ProjectionSource3D::~StdMeshers_ProjectionSource3D()
 {
-  MESSAGE( "StdMeshers_ProjectionSource3D::~StdMeshers_ProjectionSource3D" );
 }
 
 //=============================================================================
-  /*!
  * Sets a source <face> to take a mesh pattern from
  */
+/*!
* Sets a source shape to take a mesh pattern from
+ */
 //=============================================================================
 
 void StdMeshers_ProjectionSource3D::SetSource3DShape(const TopoDS_Shape& Shape)