3#ifndef vtkEqualizerFilter_h 
    4#define vtkEqualizerFilter_h 
    6#include "vtkFiltersGeneralModule.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
   32  vtkSetMacro(SamplingFrequency, 
int);
 
   33  vtkGetMacro(SamplingFrequency, 
int);
 
   43  vtkSetMacro(AllColumns, 
bool);
 
   44  vtkGetMacro(AllColumns, 
bool);
 
   68  vtkSetMacro(SpectrumGain, 
int);
 
   69  vtkGetMacro(SpectrumGain, 
int);
 
   85  int SamplingFrequency = 1000; 
 
   86  bool AllColumns = 
false;
 
   91  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)
Set / Get the name of the column from which the data array is taken.
 
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.