30 #ifndef __vtkKdTreeSelector_h
31 #define __vtkKdTreeSelector_h
33 #include "vtkFiltersSelectionModule.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
49 void SetKdTree(vtkKdTree* tree);
50 vtkGetObjectMacro(KdTree, vtkKdTree);
57 vtkSetVector6Macro(SelectionBounds,
double);
58 vtkGetVector6Macro(SelectionBounds,
double);
65 vtkSetStringMacro(SelectionFieldName);
66 vtkGetStringMacro(SelectionFieldName);
75 vtkSetMacro(SelectionAttribute,
int);
76 vtkGetMacro(SelectionAttribute,
int);
83 vtkSetMacro(SingleSelection,
bool);
84 vtkGetMacro(SingleSelection,
bool);
85 vtkBooleanMacro(SingleSelection,
bool);
92 vtkSetMacro(SingleSelectionThreshold,
double);
93 vtkGetMacro(SingleSelectionThreshold,
double);
96 unsigned long GetMTime();
103 double SelectionBounds[6];
111 int port, vtkInformation* info);
115 vtkInformationVector**,
116 vtkInformationVector*);
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkSelectionAlgorithm * New()
Selects point ids using a kd-tree.
Superclass for algorithms that produce only Selection as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
bool BuildKdTreeFromInput
double SingleSelectionThreshold
char * SelectionFieldName
void PrintSelf(ostream &os, vtkIndent indent)