|  | 
#include <RobotAPI/libraries/core/observerfilters/MatrixFilters.h>
 Inheritance diagram for MatrixPercentilesFilter:
 Inheritance diagram for MatrixPercentilesFilter:| Public Member Functions | |
| VariantBasePtr | calculate (const Ice::Current &) const override | 
| ParameterTypeList | getSupportedTypes (const Ice::Current &) const override | 
| MatrixPercentilesFilter () | |
| MatrixPercentilesFilter (int percentiles) | |
|  Public Member Functions inherited from DatafieldFilter | |
| bool | checkTypeSupport (VariantTypeId variantType, const Ice::Current &c=Ice::emptyCurrent) const override | 
| Checks whether the given type is supported.  More... | |
| DatafieldFilter () | |
| DatafieldFilter (DatafieldFilter const &filter) | |
| const TimeVariantBaseMap & | getDataHistory () const | 
| armarx::StringFloatDictionary | getProperties (const Ice::Current &c=Ice::emptyCurrent) const override | 
| VariantBasePtr | getValue (const Ice::Current &c=Ice::emptyCurrent) const override | 
| Retrieves the current, filtered value.  More... | |
| void | setProperties (const armarx::StringFloatDictionary &newValues, const Ice::Current &c=Ice::emptyCurrent) override | 
| void | update (Ice::Long timestamp, const VariantBasePtr &value, const Ice::Current &c=Ice::emptyCurrent) override | 
| Adds the given value to the data map, erases old values if maximum size was reached, and calculates the new filtered value.  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from DatafieldFilter | |
| TimeVariantBaseMap | dataHistory | 
| std::mutex | historyMutex | 
Definition at line 194 of file MatrixFilters.h.
| 
 | inline | 
Definition at line 197 of file MatrixFilters.h.
| 
 | inline | 
Definition at line 203 of file MatrixFilters.h.
| 
 | inlineoverride | 
| 
 | inlineoverride | 
Definition at line 238 of file MatrixFilters.h.