33 #ifndef __vtkExtractSelectedThresholds_h
34 #define __vtkExtractSelectedThresholds_h
36 #include "vtkFiltersExtractionModule.h"
41 class vtkSelectionNode;
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);
105 int RequestData(vtkInformation *,
106 vtkInformationVector **,
107 vtkInformationVector *);
109 int ExtractCells(vtkSelectionNode *sel, vtkDataSet *input,
111 int usePointScalars);
112 int ExtractPoints(vtkSelectionNode *sel, vtkDataSet *input,