![]() |
Tulip
4.6.0
Better Visualization Through Research
|
#include <GraphProperty.h>
Inheritance diagram for tlp::GraphProperty:
Collaboration diagram for tlp::GraphProperty:Public Member Functions | |
| GraphProperty (Graph *, const std::string &n="") | |
| PropertyInterface * | clonePrototype (Graph *, const std::string &) |
| virtual unsigned int | edgeValueSize () const |
| const std::string & | getTypename () const |
| bool | hasNonDefaultValue (const node n) const |
| bool | hasNonDefaultValue (const edge e) const |
| virtual bool | readNodeDefaultValue (std::istream &iss) |
| virtual bool | readNodeValue (std::istream &iss, node n) |
| bool | setAllEdgeStringValue (const std::string &v) |
| bool | setAllNodeStringValue (const std::string &v) |
| virtual void | setAllNodeValue (const GraphType::RealType &g) |
| bool | setEdgeStringValue (const edge e, const std::string &v) |
| bool | setNodeStringValue (const node n, const std::string &v) |
| virtual void | setNodeValue (const node n, const GraphType::RealType &g) |
| void | treatEvent (const Event &) |
Static Public Attributes | |
| static const std::string | propertyTypename |
Friends | |
| class | GraphAbstract |
A graph property that maps a tlp::Graph* value to graph elements.
Definition at line 39 of file GraphProperty.h.