vtkTexturedActor2D

Section: Visualization Toolkit Rendering Classes

Usage

vtkTexturedActor2D is an Actor2D which has additional support for textures, just like vtkActor. To use textures, the geometry must have texture coordinates, and the texture must be set with SetTexture().

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

  obj = vtkTexturedActor2D

Methods

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