#include <vtkMesaRenderer.h>
Inheritance diagram for vtkMesaRenderer:
vtkMesaRenderer is a concrete implementation of the abstract class vtkRenderer. vtkMesaRenderer interfaces to the mesa graphics library. This file is created, by a copy of vtkOpenGLRenderer
Definition at line 46 of file vtkMesaRenderer.h.
Public Types | |
typedef vtkRenderer | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | DeviceRender (void) |
void | ClearLights (void) |
void | Clear (void) |
int | UpdateLights (void) |
virtual vtkCamera * | MakeCamera () |
virtual vtkLight * | MakeLight () |
Static Public Member Functions | |
vtkMesaRenderer * | New () |
int | IsTypeOf (const char *type) |
vtkMesaRenderer * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMesaRenderer () | |
~vtkMesaRenderer () | |
virtual void | DevicePickRender () |
virtual void | StartPick (unsigned int pickFromSize) |
virtual void | UpdatePickId () |
virtual void | DonePick () |
virtual unsigned int | GetPickedId () |
virtual double | GetPickedZ () |
Protected Attributes | |
int | NumberOfLightsBound |
vtkGLPickInfo * | PickInfo |
double | PickedZ |
|
Reimplemented from vtkRenderer. Definition at line 53 of file vtkMesaRenderer.h. |
|
|
|
|
|
Create a vtkRenderer with a black background, a white ambient light, two-sided lighting turned on, a viewport of (0,0,1,1), and backface culling turned off. Reimplemented from vtkRenderer. |
|
Reimplemented from vtkRenderer. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkRenderer. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkRenderer. |
|
Reimplemented from vtkRenderer. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkRenderer. |
|
Concrete open gl render method. Implements vtkRenderer. |
|
Internal method temporarily removes lights before reloading them into graphics pipeline. |
|
Clear the image to the background color. Reimplemented from vtkRenderer. |
|
Ask lights to load themselves into graphics pipeline. Reimplemented from vtkRenderer. |
|
Create a new Camera sutible for use with this type of Renderer. For example, a vtkMesaRenderer should create a vtkMesaCamera in this function. The default is to just call vtkCamera::New. Reimplemented from vtkRenderer. |
|
Create a new Light sutible for use with this type of Renderer. For example, a vtkMesaRenderer should create a vtkMesaLight in this function. The default is to just call vtkLight::New. Reimplemented from vtkRenderer. |
|
Implements vtkViewport. |
|
Implements vtkViewport. |
|
Implements vtkViewport. |
|
Implements vtkViewport. |
|
Implements vtkViewport. |
|
Return the Z value for the last picked Prop. Implements vtkViewport. |
|
Definition at line 49 of file vtkMesaRenderer.h. |
|
Definition at line 91 of file vtkMesaRenderer.h. |
|
Definition at line 93 of file vtkMesaRenderer.h. |