OrientableLayoutInterface Class Reference#include <OrientableLayoutInterface.h>
Inherited by OrientableLayout.
Inheritance diagram for OrientableLayoutInterface:
[legend]List of all members.Public Types
Public Member Functions
Member Typedef Documentation
Member Function Documentation
virtual OrientableCoord OrientableLayoutInterface::createCoord |
( |
const tlp::Coord & |
v |
) |
[pure virtual] |
|
virtual OrientableCoord OrientableLayoutInterface::createCoord |
( |
const float |
x = 0 , |
|
|
const float |
y = 0 , |
|
|
const float |
z = 0 |
|
) |
[pure virtual] |
|
virtual LineType OrientableLayoutInterface::getEdgeDefaultValue |
( |
|
) |
[pure virtual] |
|
virtual LineType OrientableLayoutInterface::getEdgeValue |
( |
const tlp::edge |
e |
) |
[pure virtual] |
|
virtual PointType OrientableLayoutInterface::getNodeDefaultValue |
( |
|
) |
[pure virtual] |
|
virtual PointType OrientableLayoutInterface::getNodeValue |
( |
const tlp::node |
n |
) |
[pure virtual] |
|
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] |
|
|