34 #ifndef AIMS_SIGNALFILTER_FILTERFUNCTION_H 35 #define AIMS_SIGNALFILTER_FILTERFUNCTION_H 43 template <
typename T>
class VolumeRef;
45 template <
typename T>
class AimsData;
virtual void updateOptions(const carto::Object &)
Update the parameters of the filters If a parameter value is not set in the options object...
const AlgorithmCaller::LaunchExecution execute
class __attribute__((__deprecated__("Use Volume, which now manages views, instead."))) VolumeView
T doit(const AimsData< T > &in) __attribute__((__deprecated__))
FilteringFunctionInterface()
virtual void setOptions(const carto::Object &)
Set the parameters of the filters If a parameter value is not set in the options object, a default value must be assigned.
Pure virtual class: interface for filtering functions called by aims::FilteringImageAlgorithm and aim...
virtual ~FilteringFunctionInterface()