|
FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Inheritance diagram for fires::PropertyAggregator:
Collaboration diagram for fires::PropertyAggregator:Public Types | |
| enum | TAggregation { SUM = 0, MIN, MAX, MEAN } |
Public Member Functions | |
| virtual void | add (Object &, Object &, const std::string &propertyLabel, const std::string &destPropertyLabel, TAggregation type=TAggregation::MAX)=0 |
| virtual void | divide (Object &, const std::string &propertyLabel, unsigned int size)=0 |
Definition at line 33 of file Aggregator.h.