Tulip  4.6.1
Better Visualization Through Research
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Groups Pages
tlp::AbstractProperty< Tnode, Tedge, Tprop >::MetaValueCalculator Class Reference

#include <AbstractProperty.h>

+ Inheritance diagram for tlp::AbstractProperty< Tnode, Tedge, Tprop >::MetaValueCalculator:
+ Collaboration diagram for tlp::AbstractProperty< Tnode, Tedge, Tprop >::MetaValueCalculator:

Public Member Functions

virtual void computeMetaValue (AbstractProperty< Tnode, Tedge, Tprop > *, node, Graph *, Graph *)
 
virtual void computeMetaValue (AbstractProperty< Tnode, Tedge, Tprop > *, edge, tlp::Iterator< edge > *, Graph *)
 

Detailed Description

template<class Tnode, class Tedge, class Tprop = PropertyInterface>
class tlp::AbstractProperty< Tnode, Tedge, Tprop >::MetaValueCalculator

This class is used to delegate the computation of the values associated to meta nodes or edges.

Definition at line 393 of file AbstractProperty.h.