vtkActor2DCollection

Section: Visualization Toolkit Filtering Classes

Usage

vtkActor2DCollection is a subclass of vtkCollection. vtkActor2DCollection maintains a collection of vtkActor2D objects that is sorted by layer number, with lower layer numbers at the start of the list. This allows the vtkActor2D objects to be rendered in the correct order.

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

  obj = vtkActor2DCollection

Methods

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