Tulip
4.10.0
Better Visualization Through Research
|
#include <IntegerProperty.h>
Inherits tlp::AbstractVectorProperty< vectType, eltType, propType >.
Public Member Functions | |
IntegerVectorProperty (Graph *g, const std::string &n="") | |
PropertyInterface * | clonePrototype (Graph *, const std::string &) const |
const std::string & | getTypename () const |
Static Public Attributes | |
static const std::string | propertyTypename |
A graph property that maps a std::vector<int> value to graph elements.
Definition at line 109 of file IntegerProperty.h.