33 #ifndef __vtkExtractSelectedThresholds_h
34 #define __vtkExtractSelectedThresholds_h
36 #include "vtkFiltersExtractionModule.h"
47 void PrintSelf(ostream& os, vtkIndent indent);
58 vtkIdType
id, vtkDataArray *lims)
69 static int EvaluateValue(vtkDataArray *array,
70 int array_component_no,
71 vtkIdType
id, vtkDataArray *lims);
82 vtkDataArray *lims,
int *AboveCount,
int *BelowCount,
int *InsideCount)
85 id, lims, AboveCount, BelowCount, InsideCount);
94 static int EvaluateValue(vtkDataArray *scalars,
95 int array_component_no,
97 vtkDataArray *lims,
int *AboveCount,
int *BelowCount,
int *InsideCount);
106 vtkInformationVector **,
107 vtkInformationVector *);
111 int usePointScalars);
A node in a selection tree. Used to store selection results.
static vtkDataObjectAlgorithm * New()
A node in a selection tree. Used to store selection results.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)