Tulip  5.7.4
Large graphs analysis and drawing
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 > *, edge, tlp::Iterator< edge > *, Graph *)
 
virtual void computeMetaValue (AbstractProperty< Tnode, Tedge, Tprop > *, node, Graph *, 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 525 of file AbstractProperty.h.