tlp::SizeProperty Class Reference
[Properties]
#include <SizeProperty.h>
List of all members.
Public Member Functions
Static Public Attributes
Protected Member Functions
Friends
Constructor & Destructor Documentation
tlp::SizeProperty::SizeProperty |
( |
Graph * |
, |
|
|
std::string |
n = "" | |
|
) |
| | |
Member Function Documentation
Creates an object of the same real type of the current property, in the the graph (first parameter) with the name (second parameter). Values are not copied.
Implements tlp::PropertyInterface.
int tlp::SizeProperty::compare |
( |
const node |
n1, |
|
|
const node |
n2 | |
|
) |
| | const [virtual] |
Size tlp::SizeProperty::getMax |
( |
Graph * |
sg = 0 |
) |
|
Size tlp::SizeProperty::getMin |
( |
Graph * |
sg = 0 |
) |
|
std::string tlp::SizeProperty::getTypename |
( |
|
) |
const [inline, virtual] |
Returns a string describing the type of the property. i.e. "graph", "double", "layout", "string", "integer", "color", "size", ...
Implements tlp::PropertyInterface.
void tlp::SizeProperty::resetMinMax |
( |
|
) |
[protected] |
void tlp::SizeProperty::scale |
( |
const tlp::Vector< float, 3 > & |
, |
|
|
Graph * |
sg = 0 | |
|
) |
| | |
virtual void tlp::SizeProperty::setAllNodeValue |
( |
const Size & |
v |
) |
[virtual] |
virtual void tlp::SizeProperty::setNodeValue |
( |
const node |
n, |
|
|
const Size & |
v | |
|
) |
| | [virtual] |
Friends And Related Function Documentation
Member Data Documentation
|