Overview     Modules     Class Hierarchy     Classes     Members  

OrientableLayoutInterface Class Reference

#include <OrientableLayoutInterface.h>

Inherited by OrientableLayout.

Inheritance diagram for OrientableLayoutInterface:

Inheritance graph
[legend]
List of all members.

Public Types

Public Member Functions


Member Typedef Documentation

typedef std::vector<OrientableCoord> OrientableLayoutInterface::LineType
 

typedef OrientableCoord OrientableLayoutInterface::PointType
 


Member Function Documentation

virtual OrientableCoord OrientableLayoutInterface::createCoord const tlp::Coord &  v  )  [pure virtual]
 

Implemented in OrientableLayout.

virtual OrientableCoord OrientableLayoutInterface::createCoord const float  x = 0,
const float  y = 0,
const float  z = 0
[pure virtual]
 

Implemented in OrientableLayout.

virtual LineType OrientableLayoutInterface::getEdgeDefaultValue  )  [pure virtual]
 

Implemented in OrientableLayout.

virtual LineType OrientableLayoutInterface::getEdgeValue const tlp::edge  e  )  [pure virtual]
 

Implemented in OrientableLayout.

virtual PointType OrientableLayoutInterface::getNodeDefaultValue  )  [pure virtual]
 

Implemented in OrientableLayout.

virtual PointType OrientableLayoutInterface::getNodeValue const tlp::node  n  )  [pure virtual]
 

Implemented in OrientableLayout.

virtual void OrientableLayoutInterface::setAllEdgeValue const LineType v  )  [pure virtual]
 

virtual void OrientableLayoutInterface::setAllNodeValue const PointType v  )  [pure virtual]
 

virtual void OrientableLayoutInterface::setEdgeValue const tlp::edge  e,
const LineType v
[pure virtual]
 

virtual void OrientableLayoutInterface::setNodeValue tlp::node  n,
const PointType v
[pure virtual]
 

virtual void OrientableLayoutInterface::setOrientation orientationType  mask  )  [pure virtual]
 

Implemented in OrientableLayout.



Tulip Software by David AUBER    2001 - 2006