vtkProp2D - abstract superclass for 2D actors
Super Class: vtkObject
Description:
vtkProp2D is an abstract superclass for 2D actors. Instances of vtkProp draw into the image or overlay plane in a viewport. You can control whether the the 2D actor is visible, which overlay plane to draw into (vtkProp2D has a layer property which allows two dimensional actors to be rendered on top of each other in a certain order), and control its position on the screen.
See Also:
Methods:
Detailed Method Descriptions:
![]() | void vtkProp2D () |
![]() | void vtkProp2D () |
![]() | void Render (vtkViewport *) |
![]() | void SetLayerNumber (int ) |
![]() | int GetLayerNumber () |
![]() | void SetVisibility (int ) |
![]() | int GetVisibility () |
![]() | void VisibilityOn () |
![]() | void VisibilityOff () |
![]() | vtkProperty2D *GetProperty () |
![]() | void SetProperty (vtkProperty2D *) |
![]() | vtkCoordinate *GetPositionCoordinate () |
![]() | void SetPosition (float ,float ) |
![]() | void SetPosition (float *) |
![]() | float *GetPosition () |
![]() | void SetDisplayPosition (int ,int ) |
![]() | unsigned long GetMTime () |