OrientableLayout Class Reference#include <OrientableLayout.h>
Inherits OrientableLayoutInterface.
Inheritance diagram for OrientableLayout:
[legend]Collaboration diagram for OrientableLayout:
[legend]List of all members.Public Member Functions
Friends
Constructor & Destructor Documentation
OrientableLayout::OrientableLayout |
( |
tlp::LayoutProperty * |
layout, |
|
|
orientationType |
mask = ORI_DEFAULT |
|
) |
|
|
Member Function Documentation
OrientableCoord OrientableLayout::createCoord |
( |
const tlp::Coord & |
v |
) |
[virtual] |
|
OrientableCoord OrientableLayout::createCoord |
( |
const float |
x = 0 , |
|
|
const float |
y = 0 , |
|
|
const float |
z = 0 |
|
) |
[virtual] |
|
LineType OrientableLayout::getEdgeValue |
( |
const tlp::edge |
e |
) |
[virtual] |
|
PointType OrientableLayout::getNodeValue |
( |
const tlp::node |
n |
) |
[virtual] |
|
void OrientableLayout::setAllEdgeValue |
( |
const LineType & |
v |
) |
|
|
void OrientableLayout::setAllNodeValue |
( |
const PointType & |
v |
) |
|
|
void OrientableLayout::setEdgeValue |
( |
const tlp::edge |
e, |
|
|
const LineType & |
v |
|
) |
|
|
void OrientableLayout::setNodeValue |
( |
tlp::node |
n, |
|
|
const PointType & |
v |
|
) |
|
|
Friends And Related Function Documentation
|