49 #ifndef vtkExtractSelectedThresholds_h
50 #define vtkExtractSelectedThresholds_h
54 #include "vtkFiltersExtractionModule.h"
89 static int EvaluateValue(
101 int* BelowCount,
int* InsideCount)
104 scalars, 0,
id, lims, AboveCount, BelowCount, InsideCount);
113 vtkDataArray* lims,
int* AboveCount,
int* BelowCount,
int* InsideCount);
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 *)