16#ifndef vtkKdTreeSelector_h
17#define vtkKdTreeSelector_h
19#include "vtkFiltersSelectionModule.h"
22VTK_ABI_NAMESPACE_BEGIN
48 vtkSetVector6Macro(SelectionBounds,
double);
49 vtkGetVector6Macro(SelectionBounds,
double);
59 vtkSetStringMacro(SelectionFieldName);
60 vtkGetStringMacro(SelectionFieldName);
72 vtkSetMacro(SelectionAttribute,
int);
73 vtkGetMacro(SelectionAttribute,
int);
83 vtkSetMacro(SingleSelection,
bool);
84 vtkGetMacro(SingleSelection,
bool);
85 vtkBooleanMacro(SingleSelection,
bool);
95 vtkSetMacro(SingleSelectionThreshold,
double);
96 vtkGetMacro(SingleSelectionThreshold,
double);
106 double SelectionBounds[6];
a simple class to control print indentation
Selects point ids using a kd-tree.
double SingleSelectionThreshold
char * SelectionFieldName
void SetKdTree(vtkKdTree *tree)
The kd-tree to use to find selected ids.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkMTimeType GetMTime() override
Return this object's modified time.
static vtkKdTreeSelector * New()
bool BuildKdTreeFromInput
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkKdTreeSelector() override
a Kd-tree spatial decomposition of a set of points
Superclass for algorithms that produce only Selection as output.
vtkTypeUInt32 vtkMTimeType