31 #ifndef vtkKdTreeSelector_h
32 #define vtkKdTreeSelector_h
34 #include "vtkFiltersSelectionModule.h"
62 vtkSetVector6Macro(SelectionBounds,
double);
63 vtkGetVector6Macro(SelectionBounds,
double);
73 vtkSetStringMacro(SelectionFieldName);
87 vtkGetMacro(SelectionAttribute,
int);
98 vtkGetMacro(SingleSelection,
bool);
110 vtkGetMacro(SingleSelectionThreshold,
double);
120 double SelectionBounds[6];
a simple class to control print indentation
Selects point ids using a kd-tree.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
double SingleSelectionThreshold
char * SelectionFieldName
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetKdTree(vtkKdTree *tree)
The kd-tree to use to find selected ids.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
bool BuildKdTreeFromInput
static vtkKdTreeSelector * New()
vtkMTimeType GetMTime()
Return this object's modified time.
a Kd-tree spatial decomposition of a set of points
Superclass for algorithms that produce only Selection as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkTypeUInt64 vtkMTimeType