vtkViewport - abstract specification for Viewports
Super Class: vtkObject
Description:
vtkViewport provides an abstract specification for Viewports. A Viewport is an object that controls the rendering process for objects. Rendering is the process of converting geometry, a specification for lights, and a camera view into an image. vtkViewport also performs coordinate transformation between world coordinates, view coordinates (the computer graphics rendering coordinate system), and display coordinates (the actual screen coordinates on the display device). Certain advanced rendering features such as two-sided lighting can also be controlled.
See Also:
Methods:
Detailed Method Descriptions:
void vtkViewport () |
void SetBackground (float ,float ,float ) | |
void SetBackground (float *) | |
float *GetBackground () |
void SetAspect (float ,float ) | |
void SetAspect (float *) | |
float *GetAspect () |
void SetViewport (float ,float ,float ,float ) | |
void SetViewport (float *) | |
float *GetViewport () |
void SetDisplayPoint (float ,float ,float ) | |
void SetDisplayPoint (float *) | |
float *GetDisplayPoint () |
void SetViewPoint (float ,float ,float ) | |
void SetViewPoint (float *) | |
float *GetViewPoint () |
void SetWorldPoint (float ,float ,float ,float ) | |
void SetWorldPoint (float *) | |
float *GetWorldPoint () |
float *GetCenter () |
int IsInViewport (int ,int ) |
vtkWindow *GetVTKWindow () |
void SetStartRenderMethod (const ) |
void SetEndRenderMethod (const ) |
void SetStartRenderMethodArgDelete (const ) | |
void SetEndRenderMethodArgDelete (const ) |
void DisplayToView () |
void ViewToDisplay () |
void WorldToView () |
void ViewToWorld () |
void DisplayToWorld () |
void WorldToDisplay () |
void LocalDisplayToDisplay (float & ,float &) | |
void DisplayToNormalizedDisplay (float & ,float &) | |
void NormalizedDisplayToViewport (float & ,float &) | |
void ViewportToNormalizedViewport (float & ,float &) | |
void NormalizedViewportToView (float & ,float & ,float &) | |
void ViewToWorld (float & ,float & ,float &) | |
void DisplayToLocalDisplay (float & ,float &) | |
void NormalizedDisplayToDisplay (float & ,float &) | |
void ViewportToNormalizedDisplay (float & ,float &) | |
void NormalizedViewportToViewport (float & ,float &) | |
void ViewToNormalizedViewport (float & ,float & ,float &) | |
void WorldToView (float & ,float & ,float &) |
void AddActor2D (vtkActor2D *) | |
void RemoveActor2D (vtkActor2D *) |
int *GetSize () | |
int *GetOrigin () |