VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkMesaLight Class Reference

Mesa light. More...

#include <vtkMesaLight.h>

Inheritance diagram for vtkMesaLight:
[legend]
Collaboration diagram for vtkMesaLight:
[legend]

Public Types

typedef vtkLight Superclass
 
- Public Types inherited from vtkLight
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
virtual void PrintSelf (ostream &os, vtkIndent indent)
 
void Render (vtkRenderer *ren, int light_index)
 
- Public Member Functions inherited from vtkLight
virtual vtkLightShallowClone ()
 
void DeepCopy (vtkLight *light)
 
void ReadSelf (istream &is)
 
void WriteSelf (ostream &os)
 
virtual void SetAmbientColor (double, double, double)
 
virtual void SetAmbientColor (double[3])
 
virtual double * GetAmbientColor ()
 
virtual void GetAmbientColor (double data[3])
 
virtual void SetDiffuseColor (double, double, double)
 
virtual void SetDiffuseColor (double[3])
 
virtual double * GetDiffuseColor ()
 
virtual void GetDiffuseColor (double data[3])
 
virtual void SetSpecularColor (double, double, double)
 
virtual void SetSpecularColor (double[3])
 
virtual double * GetSpecularColor ()
 
virtual void GetSpecularColor (double data[3])
 
void SetColor (double, double, double)
 
void SetColor (double a[3])
 
void GetColor (double rgb[3])
 
double * GetColor ()
 
virtual void SetPosition (double, double, double)
 
virtual void SetPosition (double[3])
 
virtual double * GetPosition ()
 
virtual void GetPosition (double data[3])
 
void SetPosition (float *a)
 
virtual void SetFocalPoint (double, double, double)
 
virtual void SetFocalPoint (double[3])
 
virtual double * GetFocalPoint ()
 
virtual void GetFocalPoint (double data[3])
 
void SetFocalPoint (float *a)
 
virtual void SetIntensity (double)
 
virtual double GetIntensity ()
 
virtual void SetSwitch (int)
 
virtual int GetSwitch ()
 
virtual void SwitchOn ()
 
virtual void SwitchOff ()
 
virtual void SetPositional (int)
 
virtual int GetPositional ()
 
virtual void PositionalOn ()
 
virtual void PositionalOff ()
 
virtual void SetExponent (double)
 
virtual double GetExponent ()
 
virtual void SetConeAngle (double)
 
virtual double GetConeAngle ()
 
virtual void SetAttenuationValues (double, double, double)
 
virtual void SetAttenuationValues (double[3])
 
virtual double * GetAttenuationValues ()
 
virtual void GetAttenuationValues (double data[3])
 
virtual void SetTransformMatrix (vtkMatrix4x4 *)
 
virtual vtkMatrix4x4GetTransformMatrix ()
 
void GetTransformedPosition (double &a0, double &a1, double &a2)
 
void GetTransformedPosition (double a[3])
 
double * GetTransformedPosition ()
 
void GetTransformedFocalPoint (double &a0, double &a1, double &a2)
 
void GetTransformedFocalPoint (double a[3])
 
double * GetTransformedFocalPoint ()
 
void SetDirectionAngle (double elevation, double azimuth)
 
void SetDirectionAngle (double ang[2])
 
virtual void SetLightType (int)
 
virtual int GetLightType ()
 
void SetLightTypeToHeadlight ()
 
void SetLightTypeToSceneLight ()
 
void SetLightTypeToCameraLight ()
 
int LightTypeIsHeadlight ()
 
int LightTypeIsSceneLight ()
 
int LightTypeIsCameraLight ()
 
- Public Member Functions inherited from vtkObject
virtual void DebugOn ()
 
virtual void DebugOff ()
 
unsigned char GetDebug ()
 
void SetDebug (unsigned char debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &os)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static vtkMesaLightNew ()
 
static int IsTypeOf (const char *type)
 
static vtkMesaLightSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkLight
static int IsTypeOf (const char *type)
 
static vtkLightSafeDownCast (vtkObject *o)
 
static vtkLightNew ()
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObject *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkMesaLight ()
 
 ~vtkMesaLight ()
 
- Protected Member Functions inherited from vtkLight
 vtkLight ()
 
 ~vtkLight ()
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &os)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Additional Inherited Members

- Protected Attributes inherited from vtkLight
double FocalPoint [3]
 
double Position [3]
 
double Intensity
 
double AmbientColor [3]
 
double DiffuseColor [3]
 
double SpecularColor [3]
 
int Switch
 
int Positional
 
double Exponent
 
double ConeAngle
 
double AttenuationValues [3]
 
vtkMatrix4x4TransformMatrix
 
double TransformedFocalPointReturn [3]
 
double TransformedPositionReturn [3]
 
int LightType
 
- Protected Attributes inherited from vtkObject
unsigned char Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
int ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Mesa light.

vtkMesaLight is a concrete implementation of the abstract class vtkLight. vtkMesaLight interfaces to the Mesa rendering library.

Definition at line 29 of file vtkMesaLight.h.

Member Typedef Documentation

Definition at line 33 of file vtkMesaLight.h.

Constructor & Destructor Documentation

vtkMesaLight::vtkMesaLight ( )
inlineprotected

Definition at line 40 of file vtkMesaLight.h.

vtkMesaLight::~vtkMesaLight ( )
inlineprotected

Definition at line 41 of file vtkMesaLight.h.

Member Function Documentation

static vtkMesaLight* vtkMesaLight::New ( )
static
virtual const char* vtkMesaLight::GetClassName ( )
virtual

Reimplemented from vtkLight.

static int vtkMesaLight::IsTypeOf ( const char *  type)
static
virtual int vtkMesaLight::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 vtkMesaLight* vtkMesaLight::SafeDownCast ( vtkObject o)
static
virtual void vtkMesaLight::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

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.

void vtkMesaLight::Render ( vtkRenderer ren,
int  light_index 
)
virtual

Implement base class method.

Reimplemented from vtkLight.


The documentation for this class was generated from the following file: