#include <BooleanProperty.h>
Inherits AbstractProperty< BooleanType, BooleanType, BooleanAlgorithm >.
BooleanProperty (Graph *)
PropertyInterface * clonePrototype (Graph *, std::string)
void copy (const node, const node, PropertyInterface *)
void copy (const edge, const edge, PropertyInterface *)
void reverse ()
void reverseEdgeDirection ()
reverse all the direction of edges of the visible graph which are true in this BooleanProperty
Iterator< node > * getNodesEqualTo (const bool val, Graph *=0)
Iterator< edge > * getEdgesEqualTo (const bool val, Graph *=0)
Generated automatically by Doxygen for Tulip Graph Library from the source code.