vtkPolyDataMapper2D - draw vtkPolyData onto image plane
Super Class: vtkMapper2D
Description:
vtkPolyDataMapper2D is a mapper that renders 3D polygonal data (vtkPolyData) onto the 2D image plane (i.e., the renderer's viewport). The 3D data is transformed into 2D data by ignoring the z-coordinate of the 3D points in vtkPolyData.
See Also:
Methods:
| void vtkPolyDataMapper2D () | |
| void vtkPolyDataMapper2D () | |
| const char *GetClassName () | |
| static vtkPolyDataMapper2D *New () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| void Render (vtkViewport * ,vtkActor2D *) | |
| void SetInput (vtkPolyData *) | |
| vtkPolyData *GetInput () | |
| void SetLookupTable (vtkLookupTable *) | |
| vtkLookupTable *GetLookupTable () | |
| void CreateDefaultLookupTable () | |
| void SetScalarVisibility (int ) | |
| int GetScalarVisibility () | |
| void ScalarVisibilityOn () | |
| void ScalarVisibilityOff () | |
| void SetColorMode (int ) | |
| int GetColorMode () | |
| void SetColorModeToDefault () | |
| void SetColorModeToMapScalars () | |
| void SetColorModeToLuminance () | |
| char *GetColorModeAsString () | |
| void SetScalarRange (float ,float ) | |
| void SetScalarRange (float *) | |
| float *GetScalarRange () | |
| vtkScalars *GetColors () | |
| unsigned long GetMTime () | |
| void SetLookupTable (vtkLookupTable &) |
Detailed Method Descriptions:
![]()
| void Render (vtkViewport * ,vtkActor2D *) |
![]()
| void SetInput (vtkPolyData *) | |
| vtkPolyData *GetInput () |
![]()
| void SetLookupTable (vtkLookupTable *) | |
| vtkLookupTable *GetLookupTable () |
![]()
| void CreateDefaultLookupTable () |
![]()
| void SetScalarVisibility (int ) | |
| int GetScalarVisibility () | |
| void ScalarVisibilityOn () | |
| void ScalarVisibilityOff () |
![]()
| void SetColorMode (int ) | |
| int GetColorMode () | |
| void SetColorModeToDefault () | |
| void SetColorModeToMapScalars () | |
| void SetColorModeToLuminance () | |
| char *GetColorModeAsString () |
![]()
| void SetScalarRange (float ,float ) | |
| void SetScalarRange (float *) | |
| float *GetScalarRange () |
![]()
| vtkScalars *GetColors () |
![]()
| unsigned long GetMTime () |
![]()
| void SetLookupTable (vtkLookupTable &) |
![]()