VLSI SAPD Documentation

Presentation AGDS CIF DTR OPENCHAMS SPICE Links & Contact


Public Member Functions
Node Class Reference
Inheritance diagram for Node:
Bloc Group

Public Member Functions

const std::string & getName () const
 returns the name of the node.
 
NodegetParent ()
 returns the parent node of the current node.
 
Position getPosition () const
 returns the position of the node.
 
NodegetRight ()
 returns the child node at the right of the current node.
 
NodegetTop ()
 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...
 

Detailed Description

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.

Member Function Documentation

◆ setRight()

void setRight ( Node node)
inline

sets the child node at the right of the current node.

Parameters
nodethe node at the right of the current node.

◆ setTop()

void setTop ( Node node)
inline

sets the node at the top of the current node.

Parameters
nodethe 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