AbstractMeasure Class Reference
Class used by StatisticTools.
More...
#include <abstractmeasure.h>
Inherits IMeasure.
Inherited by ComplexMeasure, and StatisticMeasure.
List of all members.
Detailed Description
Class used by StatisticTools.
Provides an interface for any kind of time series analysis. Every step the StatisticTools calls step.
- See also:
- StatisticTools
-
HUDStatisticsManager
-
IMeasure
Constructor & Destructor Documentation
Member Function Documentation
virtual long getActualStep |
( |
|
) |
const [inline, virtual] |
virtual std::string getName |
( |
|
) |
const [inline, virtual] |
virtual int getStepSize |
( |
|
) |
const [inline, virtual] |
virtual double getValue |
( |
|
) |
const [inline, virtual] |
virtual double& getValueAddress |
( |
|
) |
[inline, virtual] |
virtual void setStepSize |
( |
int |
newStepSize |
) |
[inline, virtual] |
Member Data Documentation
std::string name [protected] |
The documentation for this class was generated from the following file: