tlp::BooleanProperty Class Reference
[Properties]
#include <BooleanProperty.h>
Inherits tlp::AbstractProperty< BooleanType, BooleanType, BooleanAlgorithm >.
Inheritance diagram for tlp::BooleanProperty:
[legend]Collaboration diagram for tlp::BooleanProperty:
[legend]List of all members.Public Member Functions
Protected Member Functions
Friends
Constructor & Destructor Documentation
tlp::BooleanProperty::BooleanProperty |
( |
Graph * |
|
) |
|
|
tlp::BooleanProperty::~BooleanProperty |
( |
|
) |
|
|
Member Function Documentation
void tlp::BooleanProperty::copy |
( |
const |
edge, |
|
|
const |
edge, |
|
|
PropertyInterface * |
|
|
) |
[virtual] |
|
void tlp::BooleanProperty::copy |
( |
const |
node, |
|
|
const |
node, |
|
|
PropertyInterface * |
|
|
) |
[virtual] |
|
Iterator<edge>* tlp::BooleanProperty::getEdgesEqualTo |
( |
const bool |
val, |
|
|
Graph * |
= 0 |
|
) |
|
|
Iterator<node>* tlp::BooleanProperty::getNodesEqualTo |
( |
const bool |
val, |
|
|
Graph * |
= 0 |
|
) |
|
|
void tlp::BooleanProperty::reset_handler |
( |
|
) |
[protected] |
|
void tlp::BooleanProperty::reverse |
( |
|
) |
|
|
void tlp::BooleanProperty::reverseEdgeDirection |
( |
|
) |
|
|
|
reverse all the direction of edges of the visible graph which are true in this BooleanProperty
|
Friends And Related Function Documentation
|