30 #ifndef vtkKdTreeSelector_h
31 #define vtkKdTreeSelector_h
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);
103 double SelectionBounds[6];
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkSelectionAlgorithm * New()
virtual unsigned long GetMTime()
a simple class to control print indentation
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)
a Kd-tree spatial decomposition of a set of points
bool BuildKdTreeFromInput
double SingleSelectionThreshold
char * SelectionFieldName
void PrintSelf(ostream &os, vtkIndent indent)