vtkAnnotationLayers

Section: Visualization Toolkit Filtering Classes

Usage

vtkAnnotationLayers stores a vector of annotation layers. Each layer may contain any number of vtkAnnotation objects. The ordering of the layers introduces a prioritization of annotations. Annotations in higher layers may obscure annotations in lower layers.

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

  obj = vtkAnnotationLayers

Methods

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