Tulip  4.10.0
Better Visualization Through Research
tlp::DoubleVectorProperty Class Reference

#include <DoubleProperty.h>

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

Public Member Functions

 DoubleVectorProperty (Graph *g, const std::string &n="")
 
PropertyInterfaceclonePrototype (Graph *, const std::string &) const
 
const std::string & getTypename () const
 

Static Public Attributes

static const std::string propertyTypename
 

Detailed Description

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

Definition at line 114 of file DoubleProperty.h.