30#ifndef vtkThresholdScalars_h
31#define vtkThresholdScalars_h
34#include "vtkFiltersCoreModule.h"
36VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
static vtkThresholdScalars * New()
Standard methods for class instantiation, obtaining type information, and printing the object.
void RemoveAllIntervals()
Methods to create and manage threshold intervals.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for class instantiation, obtaining type information, and printing the object.
vtkIdType AddInterval(double s0, double s1, int labelId)
Methods to create and manage threshold intervals.
void RemoveInterval(vtkIdType intervalId)
Methods to create and manage threshold intervals.
~vtkThresholdScalars() override
vtkIntervalSet * Intervals