15#ifndef vtkEqualizerFilter_h
16#define vtkEqualizerFilter_h
18#include "vtkFiltersGeneralModule.h"
43 vtkSetMacro(SamplingFrequency,
int);
44 vtkGetMacro(SamplingFrequency,
int);
54 vtkSetMacro(AllColumns,
bool);
55 vtkGetMacro(AllColumns,
bool);
79 vtkSetMacro(SpectrumGain,
int);
80 vtkGetMacro(SpectrumGain,
int);
97 int SamplingFrequency = 1000;
98 bool AllColumns =
false;
100 int SpectrumGain = 0;
103 vtkInternal* Internal;
abstract superclass for arrays of numeric data
implements an algorithm for digital signal processing
std::string GetPoints() const
vtkSetStdStringFromCharMacro(Array)
Set / Get the name of the column from which the data array is taken.
static vtkEqualizerFilter * New()
vtkGetCharFromStdStringMacro(Array)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetPoints(const std::string &points)
Set / Get anchor points in the following format "P1x,P1y;P2x,P2y; ... PNx,PNy;" Default value is an e...
~vtkEqualizerFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
Superclass for algorithms that produce only vtkTables as output.
A table, which contains similar-typed columns of data.