vtkPointSetToLabelHierarchy

Section: Visualization Toolkit Rendering Classes

Usage

Every point in the input vtkPoints object is taken to be an anchor point for a label. Statistics on the input points are used to subdivide an octree referencing the points until the points each octree node contains have a variance close to the node size and a limited population (< 100).

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

  obj = vtkPointSetToLabelHierarchy

Methods

The class vtkPointSetToLabelHierarchy 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 vtkPointSetToLabelHierarchy class.