Preprocessor class

Base class for implementing preprocessor algorithms.

Constructors, destructors, conversion operators

Preprocessor ()
Creates a Preprocessor object.
~Preprocessor () virtual
Destructor.

Public functions

void process (OwnedArray<OvertoneDistribution>& distributions) pure virtual
Processes an array of overtone distributions.