IODA Bundle
|
Base class for Transforms which are used to transform data. Transforms are useful for getting data into the right units (for example you can convert Kelvin to Celsius) More...
#include <Transform.h>
Public Member Functions | |
~Transform ()=default | |
virtual void | apply (IngesterArray &array)=0 |
Apply transform to the given data. More... | |
~Transform ()=default | |
virtual void | apply (IngesterArray &array)=0 |
Modify data according to the rules of the transform. More... | |
Base class for Transforms which are used to transform data. Transforms are useful for getting data into the right units (for example you can convert Kelvin to Celsius)
Base class of all transform classes. Classes are used to transform data.
Definition at line 19 of file Transforms/Transform.h.
|
default |
|
default |
|
pure virtual |
Apply transform to the given data.
Implemented in Ingester::ScalingTransform, Ingester::OffsetTransform, Ingester::ScalingTransform, and Ingester::OffsetTransform.
|
pure virtual |
Modify data according to the rules of the transform.
array | Array of data to modify. |
Implemented in Ingester::ScalingTransform, Ingester::OffsetTransform, Ingester::ScalingTransform, and Ingester::OffsetTransform.