X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_ProjectionSource3D.cxx;h=bffe39ae3c0398fa13615d0bd7b072ddb68491b6;hb=e15a3a87cc738a5e3da00b3e09e7c8e17d733dc7;hp=394c16b796eb10f1e7283c8d96711e4053610c87;hpb=a17b36970bc61da1d664453c615754997c925b18;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_ProjectionSource3D.cxx b/src/StdMeshers/StdMeshers_ProjectionSource3D.cxx index 394c16b79..bffe39ae3 100644 --- a/src/StdMeshers/StdMeshers_ProjectionSource3D.cxx +++ b/src/StdMeshers/StdMeshers_ProjectionSource3D.cxx @@ -29,6 +29,7 @@ #include "utilities.h" #include "SMESH_Gen.hxx" +#include "SMESH_Mesh.hxx" #include @@ -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 to take a mesh pattern from - */ +/*! + * Sets a source shape to take a mesh pattern from + */ //============================================================================= void StdMeshers_ProjectionSource3D::SetSource3DShape(const TopoDS_Shape& Shape)