Classes
Functions
Function Documentation
tlp::BooleanProperty::BooleanProperty |
( |
Graph * |
| ) |
[inherited] |
PropertyInterface* tlp::BooleanProperty::clonePrototype |
( |
Graph * |
, |
|
|
std::string |
|
|
) |
| [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
|