30 #ifndef __vtkKdTreeSelector_h
31 #define __vtkKdTreeSelector_h
33 #include "vtkFiltersSelectionModule.h"
34 #include "vtkSelectionAlgorithm.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];
110 virtual int FillInputPortInformation(
111 int port, vtkInformation* info);
115 vtkInformationVector**,
116 vtkInformationVector*);
Selects point ids using a kd-tree.
bool BuildKdTreeFromInput
double SingleSelectionThreshold
char * SelectionFieldName