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:
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:
![]() | void vtkActor2D () |
![]() | void vtkActor2D () |
![]() | void Render (vtkViewport *) |
![]() | void SetMapper (vtkMapper2D *) |
![]() | vtkMapper2D *GetMapper () |