30 #ifndef __vtkKdTreeSelector_h
31 #define __vtkKdTreeSelector_h
56 vtkSetVector6Macro(SelectionBounds,
double);
57 vtkGetVector6Macro(SelectionBounds,
double);
64 vtkSetStringMacro(SelectionFieldName);
65 vtkGetStringMacro(SelectionFieldName);
74 vtkSetMacro(SelectionAttribute,
int);
75 vtkGetMacro(SelectionAttribute,
int);
82 vtkSetMacro(SingleSelection,
bool);
83 vtkGetMacro(SingleSelection,
bool);
84 vtkBooleanMacro(SingleSelection,
bool);
91 vtkSetMacro(SingleSelectionThreshold,
double);
92 vtkGetMacro(SingleSelectionThreshold,
double);
102 double SelectionBounds[6];