SMIL  1.0.4
GenericCriterion< Attr_T > Class Template Referenceabstract

Generic criterion for the max-tree. A user-defined criterion should be derived from this class. More...

Detailed Description

template<class Attr_T>
class smil::GenericCriterion< Attr_T >

Generic criterion for the max-tree. A user-defined criterion should be derived from this class.

#include <DMorphoMaxTreeCriteria.hpp>

+ Inheritance diagram for GenericCriterion< Attr_T >:
+ Collaboration diagram for GenericCriterion< Attr_T >:

Public Member Functions

virtual void initialize ()=0
 
virtual void reset ()=0
 
virtual void merge (GenericCriterion *other_criteron)=0
 
virtual void update (const size_t x, const size_t y, const size_t z)=0
 
virtual bool operator< (const Attr_T &other_attribute)=0
 
Attr_T getAttributeValue ()
 

Protected Member Functions

virtual void compute ()=0
 

Protected Attributes

Attr_T attribute_value_
 

The documentation for this class was generated from the following file: