Tulip
5.0.0
Large graphs analysis and drawing
|
#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 &) 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::vector<std::string> value to graph elements.
Definition at line 61 of file StringProperty.h.