#include <OrientableSizeProxy.h>
Public Types | |
typedef OrientableSize | PointType |
typedef OrientableSize | LineType |
Public Member Functions | |
OrientableSizeProxy (tlp::SizeProperty *sizesProxy, orientationType mask=ORI_DEFAULT) | |
OrientableSize | createSize (const float width=0, const float height=0, const float depth=0) |
OrientableSize | createSize (const tlp::Size &v) |
void | setOrientation (orientationType mask) |
void | setAllNodeValue (const PointType &v) |
void | setAllEdgeValue (const LineType &v) |
void | setEdgeValue (const tlp::edge e, const LineType &v) |
void | setNodeValue (tlp::node n, const PointType &v) |
PointType | getNodeValue (const tlp::node n) |
LineType | getEdgeValue (const tlp::edge e) |
PointType | getNodeDefaultValue () |
LineType | getEdgeDefaultValue () |
Friends | |
class | OrientableSize |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|