vtkCoordinate
Super Class: vtkObject
Description:
vtkCoordinate represents a location or position. It supports multiple coordinate systems and relative positioning.
Methods:
Detailed Method Descriptions:
![]()
| void vtkCoordinate () |
![]()
| void vtkCoordinate () |
![]()
| void SetCoordinateSystem (int ) | |
| int GetCoordinateSystem () | |
| void SetCoordinateSystemToDisplay () | |
| void SetCoordinateSystemToNormalizedDisplay () | |
| void SetCoordinateSystemToViewport () | |
| void SetCoordinateSystemToNormalizedViewport () | |
| void SetCoordinateSystemToView () |
![]()
| void SetCoordinateSystemToWorld () | |
| void SetValue (float ,float ,float ) | |
| void SetValue (float *) | |
| float *GetValue () |
![]()
| void SetValue (float ,float ) | |
| void SetReferenceCoordinate (vtkCoordinate *) | |
| vtkCoordinate *GetReferenceCoordinate () |
![]()
| void SetViewport (vtkViewport *) | |
| vtkViewport *GetViewport () |
![]()
| float *GetComputedWorldValue (vtkViewport *) | |
| int *GetComputedViewportValue (vtkViewport *) | |
| int *GetComputedDisplayValue (vtkViewport *) | |
| int *GetComputedLocalDisplayValue (vtkViewport *) |
![]()