X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_MeshEditor.hxx;h=fd5facec2e6ad444d12fdf27b580aacc74318918;hb=53660eaf436e888915c430c2372390c2af5fbb74;hp=5c4d11b7c289d0464a5f0ab40591024dd0eaa6ff;hpb=0562181892fb13be22546d8c6ced68f0e1020aa8;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_MeshEditor.hxx b/src/SMESH/SMESH_MeshEditor.hxx index 5c4d11b7c..fd5facec2 100644 --- a/src/SMESH/SMESH_MeshEditor.hxx +++ b/src/SMESH/SMESH_MeshEditor.hxx @@ -296,7 +296,8 @@ public: PGroupIDs Transform (TIDSortedElemSet & theElements, const gp_Trsf& theTrsf, const bool theCopy, - const bool theMakeGroups); + const bool theMakeGroups, + SMESH_Mesh* theTargetMesh=0); // Move or copy theElements applying theTrsf to their nodes typedef std::list< std::list< const SMDS_MeshNode* > > TListOfListOfNodes; @@ -531,7 +532,8 @@ private: */ PGroupIDs generateGroups(const SMESH_SequenceOfElemPtr& nodeGens, const SMESH_SequenceOfElemPtr& elemGens, - const std::string& postfix); + const std::string& postfix, + SMESH_Mesh* targetMesh=0); typedef std::map > TNodeOfNodeListMap;