Tulip  4.6.1
Better Visualization Through Research
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Groups Pages
tlp::StringVectorProperty Class Reference

#include <StringProperty.h>

Inherits tlp::AbstractVectorProperty< vectType, eltType, propType >.

Public Member Functions

 StringVectorProperty (Graph *g, const std::string &n="")
 
PropertyInterfaceclonePrototype (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
 

Detailed Description

A graph property that maps a std::vector<std::string> value to graph elements.

Definition at line 61 of file StringProperty.h.