37 #ifndef vtkExtractSelectedThresholds_h
38 #define vtkExtractSelectedThresholds_h
42 #include "vtkFiltersExtractionModule.h"
44 VTK_ABI_NAMESPACE_BEGIN
78 static int EvaluateValue(
90 int* BelowCount,
int* InsideCount)
93 scalars, 0,
id, lims, AboveCount, BelowCount, InsideCount);
102 vtkDataArray* lims,
int* AboveCount,
int* BelowCount,
int* InsideCount);
122 VTK_ABI_NAMESPACE_END
a node in a vtkSelection the defines the selection criteria.
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
#define VTK_DEPRECATED_IN_9_2_0(reason)
data object that represents a "selection" in VTK.
a simple class to control print indentation
abstract superclass for arrays of numeric data
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)