34 #ifndef vtkExtractSelectedThresholds_h 35 #define vtkExtractSelectedThresholds_h 38 #include "vtkFiltersExtractionModule.h" 72 static int EvaluateValue(
84 int* BelowCount,
int* InsideCount)
87 scalars, 0,
id, lims, AboveCount, BelowCount, InsideCount);
96 vtkDataArray* lims,
int* AboveCount,
int* BelowCount,
int* InsideCount);
A node in a selection tree.
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
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 *)