Add of getter for the builder in Topology
This commit is contained in:
parent
c90fdc579f
commit
085530ab36
2 changed files with 13 additions and 1 deletions
|
|
@ -73,6 +73,11 @@ public :
|
|||
*@param idNode index of the node to be isolated
|
||||
*/
|
||||
void isolateNode(unsigned idNode);
|
||||
|
||||
/**
|
||||
*Getter for the variable _builder by reference
|
||||
*/
|
||||
TopologyType & getBuilder();
|
||||
|
||||
private :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue