X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_Projection_2D.hxx;h=878d2184900fa340be5c8eea8f0d4a2a00fe8b3b;hp=57e34dbc4d46f20599d30c56178008c1439612ed;hb=b385a0679d4079d84272d9fe9006c2736beeb907;hpb=5d68554076bbca0e1e95fb0db215a6c2b84b6c54 diff --git a/src/StdMeshers/StdMeshers_Projection_2D.hxx b/src/StdMeshers/StdMeshers_Projection_2D.hxx index 57e34dbc4..878d21849 100644 --- a/src/StdMeshers/StdMeshers_Projection_2D.hxx +++ b/src/StdMeshers/StdMeshers_Projection_2D.hxx @@ -30,6 +30,7 @@ #include "SMESH_StdMeshers.hxx" #include "SMESH_Algo.hxx" +#include "StdMeshers_ProjectionUtils.hxx" class StdMeshers_ProjectionSource2D; @@ -59,9 +60,12 @@ public: */ virtual void SetEventListener(SMESH_subMesh* whenSetToSubMesh); -protected: - const StdMeshers_ProjectionSource2D* _sourceHypo; + protected: + + const StdMeshers_ProjectionSource2D* _sourceHypo; + + StdMeshers_ProjectionUtils::TNodeNodeMap _src2tgtNodes; };