Tulip
5.4.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 override |
unsigned int | edgeValueSize () const override |
const std::string & | getTypename () const override |
unsigned int | nodeValueSize () const override |
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.