Project

General

Profile

BitmapToolkit Scol plugin
ISmoother Class Referenceabstract

Smoother interface. More...

#include <Smoothers.h>

Inheritance diagram for ISmoother:
TSmoother< T > DoubleExponentialSmoother< T > LinearSmoother< T >

Public Member Functions

virtual ~ISmoother ()
 
virtual int getSmootherType ()=0
 
virtual int getSmootherMethod ()=0
 
virtual void clearValues ()=0
 

Detailed Description

Smoother interface.

Definition at line 19 of file Smoothers.h.

Constructor & Destructor Documentation

◆ ~ISmoother()

virtual ISmoother::~ISmoother ( )
inlinevirtual

Definition at line 22 of file Smoothers.h.

Member Function Documentation

◆ clearValues()

virtual void ISmoother::clearValues ( )
pure virtual

◆ getSmootherMethod()

virtual int ISmoother::getSmootherMethod ( )
pure virtual

◆ getSmootherType()

virtual int ISmoother::getSmootherType ( )
pure virtual

Implemented in TSmoother< T >.


The documentation for this class was generated from the following file: