![]() |
Tulip
4.8.0
Better Visualization Through Research
|
#include <StringProperty.h>
Inherits tlp::AbstractVectorProperty< vectType, eltType, propType >.
Public Member Functions | |
| StringVectorProperty (Graph *g, const std::string &n="") | |
| PropertyInterface * | clonePrototype (Graph *, const std::string &) |
| 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::vector<std::string> value to graph elements.
Definition at line 61 of file StringProperty.h.