Presentation | AGDS | CIF | DTR | OPENCHAMS | SPICE | Links & Contact |
Public Member Functions | |
const std::string & | getName () const |
returns the name of the node. | |
Node * | getParent () |
returns the parent node of the current node. | |
Position | getPosition () const |
returns the position of the node. | |
Node * | getRight () |
returns the child node at the right of the current node. | |
Node * | getTop () |
returns the child node at the top of the current node. | |
bool | isRoot () |
returns tru if the node is the root of the tree (has no parent). | |
void | setRight (Node *) |
sets the child node at the right of the current node. More... | |
void | setTop (Node *) |
sets the node at the top of the current node. More... | |
This class describes a node of the placement tree.
This is an abstract class used to easily managed blocs and groups of the placement tree.
|
inline |
sets the child node at the right of the current node.
node | the node at the right of the current node. |
|
inline |
sets the node at the top of the current node.
node | the node at the top of the current node. |
Generated by doxygen 1.8.14 on Thu Oct 18 2018 | Return to top of page |
VLSI SAPD Documentation | Copyright © 2010 - 2011 UPMC All rights reserved |