vtkKdTreeSelector

Section: Visualization Toolkit Graphics Classes

Usage

If SetKdTree is used, the filter ignores the input and selects based on that kd-tree. If SetKdTree is not used, the filter builds a kd-tree using the input point set and uses that tree for selection. The output is a vtkSelection containing the ids found in the kd-tree using the specified bounds.

To create an instance of class vtkKdTreeSelector, simply invoke its constructor as follows

  obj = vtkKdTreeSelector

Methods

The class vtkKdTreeSelector has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkKdTreeSelector class.