OrientableSizeProxy Class Reference#include <OrientableSizeProxy.h>
List of all members. Public Types
Public Member Functions
Friends
Member Typedef Documentation
Constructor & Destructor Documentation
OrientableSizeProxy::OrientableSizeProxy |
( |
tlp::SizeProperty * |
sizesProxy, |
|
|
orientationType |
mask = ORI_DEFAULT |
|
) |
|
|
Member Function Documentation
OrientableSize OrientableSizeProxy::createSize |
( |
const tlp::Size & |
v |
) |
|
|
OrientableSize OrientableSizeProxy::createSize |
( |
const float |
width = 0 , |
|
|
const float |
height = 0 , |
|
|
const float |
depth = 0 |
|
) |
|
|
LineType OrientableSizeProxy::getEdgeValue |
( |
const tlp::edge |
e |
) |
|
|
PointType OrientableSizeProxy::getNodeValue |
( |
const tlp::node |
n |
) |
|
|
void OrientableSizeProxy::setAllEdgeValue |
( |
const LineType & |
v |
) |
|
|
void OrientableSizeProxy::setAllNodeValue |
( |
const PointType & |
v |
) |
|
|
void OrientableSizeProxy::setEdgeValue |
( |
const tlp::edge |
e, |
|
|
const LineType & |
v |
|
) |
|
|
void OrientableSizeProxy::setNodeValue |
( |
tlp::node |
n, |
|
|
const PointType & |
v |
|
) |
|
|
Friends And Related Function Documentation
|