PropertiesClasses
Functions
Detailed Description
Function Documentation
tlp::BooleanProperty::BooleanProperty |
( |
Graph * |
|
) |
[inherited] |
PropertyInterface* tlp::BooleanProperty::clonePrototype |
( |
Graph * |
, |
|
|
std::string |
| |
|
) |
| | [virtual, inherited] |
void tlp::BooleanProperty::copy |
( |
const |
edge, |
|
|
const |
edge, |
|
|
PropertyInterface * |
| |
|
) |
| | [virtual, inherited] |
void tlp::BooleanProperty::copy |
( |
const |
node, |
|
|
const |
node, |
|
|
PropertyInterface * |
| |
|
) |
| | [virtual, inherited] |
Iterator<edge>* tlp::BooleanProperty::getEdgesEqualTo |
( |
const bool |
val, |
|
|
Graph * |
= 0 | |
|
) |
| | [inherited] |
Iterator<node>* tlp::BooleanProperty::getNodesEqualTo |
( |
const bool |
val, |
|
|
Graph * |
= 0 | |
|
) |
| | [inherited] |
void tlp::BooleanProperty::reverse |
( |
|
) |
[inherited] |
void tlp::BooleanProperty::reverseEdgeDirection |
( |
|
) |
[inherited] |
reverse all the direction of edges of the visible graph which are true in this BooleanProperty
|