Class used as base for all operators with memory, useful to define array of operators. More...
#include <BasicOps.hxx>
Public Member Functions | |
BaseMemOp () | |
void | Reset () |
virtual | ~BaseMemOp () |
Protected Attributes | |
bool | alreadyComputed |
Class used as base for all operators with memory, useful to define array of operators.
Definition at line 208 of file BasicOps.hxx.
CLAM::BaseMemOp::BaseMemOp | ( | ) | [inline] |
Definition at line 211 of file BasicOps.hxx.
virtual CLAM::BaseMemOp::~BaseMemOp | ( | ) | [inline, virtual] |
Definition at line 213 of file BasicOps.hxx.
void CLAM::BaseMemOp::Reset | ( | ) | [inline] |
Definition at line 212 of file BasicOps.hxx.
References alreadyComputed.
Referenced by CLAM::SpectralPeakDescriptors::SetpSpectralPeakArray().
bool CLAM::BaseMemOp::alreadyComputed [protected] |
Definition at line 213 of file BasicOps.hxx.
Referenced by CLAM::ComplexMaxElement< abs, FrameDescriptors >::operator()(), CLAM::ComplexMinElement< abs, FrameDescriptors >::operator()(), CLAM::KurtosisTmpl< abs, TData, TData >::operator()(), CLAM::SkewTmpl< abs, TData, TData >::operator()(), CLAM::StandardDeviationTmpl< abs, TData, TData >::operator()(), CLAM::CentralMoment< 4, abs, TData, TData >::operator()(), CLAM::BiasedPoweredSum< o, abs, T, U >::operator()(), CLAM::GeometricMeanTmpl< FrameDescriptors, FrameDescriptors >::operator()(), CLAM::RMSTmpl< FrameDescriptors >::operator()(), CLAM::CrossCenterOfGravity< 1 >::operator()(), CLAM::CenterOfGravity< 1, abs, T, U >::operator()(), CLAM::Moment< 1, abs, FrameDescriptors, FrameDescriptors >::operator()(), CLAM::CrossWeightedPoweredSum< o, abs, T >::operator()(), CLAM::WeightedPoweredSum< o, abs, T >::operator()(), CLAM::InnerProductTmpl< T >::operator()(), CLAM::LogSumTmpl< FrameDescriptors >::operator()(), CLAM::PoweredSum< o, abs, T >::operator()(), and Reset().