Tulip
5.4.0
Large graphs analysis and drawing
|
#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 override |
const std::string & | getTypename () const override |
Static Public Attributes | |
static const std::string | propertyTypename |
A graph property that maps a std::vector<int> value to graph elements.
Definition at line 113 of file IntegerProperty.h.