Documentation for vtkActor2D

vtkActor2D - a actor that draws 2D data

Super Class: vtkProp2D

Description:

vtkActor2D is similar to vtkActor, but it is made to be used with two dimensional images and annotation. vtkActor2D has a position but does not use a transformation matrix like vtkActor. vtkActor2D has a reference to a vtkMapper2D object which does the rendering.

 

See Also:

vtkProp2D vtkMapper2D vtkProperty2D

 

Methods:

void vtkActor2D ()
void vtkActor2D ()
static vtkActor2D *New ()
void PrintSelf (unknown & ,vtkIndent )
const char *GetClassName ()
void Render (vtkViewport *)
void SetMapper (vtkMapper2D *)
vtkMapper2D *GetMapper ()

 

Detailed Method Descriptions:

Creates an actor2D with the following defaults: position -1, -1 (view coordinates) orientation 0, scale (1,1), layer 0, visibility on

void vtkActor2D ()

Destroy an actor2D.

void vtkActor2D ()

Renders an actor2D's property and then it's mapper.

void Render (vtkViewport *)

Set/Get the vtkMapper2D which defines the data to be drawn.

void SetMapper (vtkMapper2D *)
vtkMapper2D *GetMapper ()