VTK
|
RIP Light. More...
#include <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 |
RIP Light.
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.
typedef vtkLight vtkRIBLight::Superclass |
Reimplemented from vtkLight.
Definition at line 39 of file vtkRIBLight.h.
vtkRIBLight::vtkRIBLight | ( | ) | [protected] |
vtkRIBLight::~vtkRIBLight | ( | ) | [protected] |
static vtkRIBLight* vtkRIBLight::New | ( | ) | [static] |
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 (black ambient, white diffuse, white specular), intensity=1, the light is turned on, positional lighting is off, ConeAngle=30, AttenuationValues=(1,0,0), Exponent=1 and the TransformMatrix is NULL.
Reimplemented from vtkLight.
virtual const char* vtkRIBLight::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkLight.
static int vtkRIBLight::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkLight.
virtual int vtkRIBLight::IsA | ( | const char * | name | ) | [virtual] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkLight.
static vtkRIBLight* vtkRIBLight::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkLight.
void vtkRIBLight::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
virtual void vtkRIBLight::ShadowsOn | ( | ) | [virtual] |
virtual void vtkRIBLight::ShadowsOff | ( | ) | [virtual] |
virtual void vtkRIBLight::SetShadows | ( | int | ) | [virtual] |
virtual int vtkRIBLight::GetShadows | ( | ) | [virtual] |
void vtkRIBLight::Render | ( | vtkRenderer * | , |
int | |||
) | [virtual] |
vtkLight* vtkRIBLight::Light [protected] |
Definition at line 51 of file vtkRIBLight.h.
int vtkRIBLight::Shadows [protected] |
Definition at line 52 of file vtkRIBLight.h.