Tulip
4.6.0
Better Visualization Through Research
|
#include <StringProperty.h>
Public Member Functions | |
StringProperty (Graph *g, const std::string &n="") | |
PropertyInterface * | clonePrototype (Graph *, const std::string &) |
int | compare (const node n1, const node n2) const |
int | compare (const edge e1, const edge e2) const |
virtual unsigned int | edgeValueSize () const |
const std::string & | getTypename () const |
virtual unsigned int | nodeValueSize () const |
Static Public Attributes | |
static const std::string | propertyTypename |
A graph property that maps a std::string value to graph elements.
Definition at line 36 of file StringProperty.h.