#include <IntegerProperty.h>
List of all members.
Public Member Functions
Static Public Attributes
Protected Member Functions
Friends
Constructor & Destructor Documentation
tlp::IntegerProperty::IntegerProperty |
( |
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::IntegerProperty::compare |
( |
const node |
n1, |
|
|
const node |
n2 |
|
) |
| const [virtual] |
int tlp::IntegerProperty::compare |
( |
const edge |
e1, |
|
|
const edge |
e2 |
|
) |
| const [virtual] |
std::string tlp::IntegerProperty::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.
virtual void tlp::IntegerProperty::setAllEdgeValue |
( |
const int & |
v | ) |
[virtual] |
virtual void tlp::IntegerProperty::setAllNodeValue |
( |
const int & |
v | ) |
[virtual] |
virtual void tlp::IntegerProperty::setEdgeValue |
( |
const edge |
e, |
|
|
const int & |
v |
|
) |
| [virtual] |
virtual void tlp::IntegerProperty::setNodeValue |
( |
const node |
n, |
|
|
const int & |
v |
|
) |
| [virtual] |
Friends And Related Function Documentation
Member Data Documentation
|