19#ifndef vtkThresholdPoints_h
20#define vtkThresholdPoints_h
23#include "vtkFiltersCoreModule.h"
27VTK_ABI_NAMESPACE_BEGIN
73 "Use 'SetLowerThreshold', 'SetUpperThreshold' and 'SetThresholdFunction' instead.")
a simple class to control print indentation
extracts points whose scalar value satisfies threshold criterion
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ThresholdByLower(double lower)
Criterion is cells whose scalars are less or equal to lower threshold.
int FillInputPortInformation(int port, vtkInformation *info) override
int(vtkThresholdPoints::* ThresholdFunction)(double s)
void ThresholdBetween(double lower, double upper)
Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values)...
static vtkThresholdPoints * New()
int GetThresholdFunction()
Set/Get the threshold method.
void ThresholdByUpper(double upper)
Criterion is cells whose scalars are greater or equal to upper threshold.
void SetThresholdFunction(int function)
Set/Get the threshold method.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int OutputPointsPrecision
ThresholdType
Possible values for the threshold function:
#define VTK_DEPRECATED_IN_9_6_0(reason)