mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 22:10:37 +05:00
0022108: EDF 2547 SMESH: Duplicate elements only
+ void _pyGen::addFilterUser( Handle(_pyCommand)& theCmd, const Handle(_pyObject)& user );
This commit is contained in:
parent
fec22e7699
commit
eb58d6d004
@ -268,6 +268,7 @@ private:
|
|||||||
void setNeighbourCommand( Handle(_pyCommand)& theCmd,
|
void setNeighbourCommand( Handle(_pyCommand)& theCmd,
|
||||||
Handle(_pyCommand)& theOtherCmd,
|
Handle(_pyCommand)& theOtherCmd,
|
||||||
const bool theIsAfter );
|
const bool theIsAfter );
|
||||||
|
void addFilterUser( Handle(_pyCommand)& theCmd, const Handle(_pyObject)& user );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::map< _pyID, Handle(_pyMesh) > myMeshes;
|
std::map< _pyID, Handle(_pyMesh) > myMeshes;
|
||||||
|
Loading…
Reference in New Issue
Block a user