#include <vtkRIBLight.h>
Inheritance diagram for vtkRIBLight:
vtkRIBLight is a subclass of vtkLight that allows the user to specify light source shaders and shadow casting lights for use with RenderMan.
Definition at line 35 of file vtkRIBLight.h.
Public Types | |
typedef vtkLight | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | ShadowsOn () |
virtual void | ShadowsOff () |
virtual void | SetShadows (int) |
virtual int | GetShadows () |
void | Render (vtkRenderer *ren, int index) |
Static Public Member Functions | |
static vtkRIBLight * | New () |
static int | IsTypeOf (const char *type) |
static vtkRIBLight * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkRIBLight () | |
~vtkRIBLight () | |
Protected Attributes | |
vtkLight * | Light |
int | Shadows |
|
Reimplemented from vtkLight. Definition at line 39 of file vtkRIBLight.h. |
|
|
|
|
|
Create a light with the focal point at the origin and its position set to (0,0,1). The light is a SceneLight, its color is white, intensity=1, and the light is turned on. Reimplemented from vtkLight. |
|
Reimplemented from vtkLight. |
|
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 vtkLight. |
|
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 vtkLight. |
|
Reimplemented from vtkLight. |
|
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 vtkLight. |
|
|
|
|
|
|
|
|
|
Abstract interface to renderer. Each concrete subclass of vtkLight will load its data into the graphics system in response to this method invocation. The actual loading is performed by a vtkLightDevice subclass, which will get created automatically. Reimplemented from vtkLight. |
|
Definition at line 51 of file vtkRIBLight.h. |
|
Definition at line 52 of file vtkRIBLight.h. |