87 #include "vtkRenderingCoreModule.h"
89 VTK_ABI_NAMESPACE_BEGIN
126 vtkSetMacro(KeyLightIntensity,
double);
127 vtkGetMacro(KeyLightIntensity,
double);
143 vtkGetMacro(KeyToFillRatio,
double);
159 vtkGetMacro(KeyToHeadRatio,
double);
171 vtkGetMacro(KeyToBackRatio,
double);
187 vtkSetMacro(KeyLightWarmth,
double);
188 vtkGetMacro(KeyLightWarmth,
double);
191 vtkSetMacro(FillLightWarmth,
double);
192 vtkGetMacro(FillLightWarmth,
double);
194 vtkSetMacro(HeadLightWarmth,
double);
195 vtkGetMacro(HeadLightWarmth,
double);
197 vtkSetMacro(BackLightWarmth,
double);
198 vtkGetMacro(BackLightWarmth,
double);
204 vtkGetVectorMacro(KeyLightColor,
double, 3);
205 vtkGetVectorMacro(FillLightColor,
double, 3);
206 vtkGetVectorMacro(HeadLightColor,
double, 3);
207 vtkGetVectorMacro(BackLightColor,
double, 3);
234 void SetKeyLightAngle(
double elevation,
double azimuth);
241 vtkGetVectorMacro(KeyLightAngle,
double, 2);
245 this->GetKeyLightAngle(ang);
252 this->GetKeyLightAngle(ang);
256 void SetFillLightAngle(
double elevation,
double azimuth);
263 vtkGetVectorMacro(FillLightAngle,
double, 2);
267 this->GetFillLightAngle(ang);
274 this->GetFillLightAngle(ang);
278 void SetBackLightAngle(
double elevation,
double azimuth);
285 vtkGetVectorMacro(BackLightAngle,
double, 2);
289 this->GetBackLightAngle(ang);
296 this->GetBackLightAngle(ang);
306 void RemoveLightsFromRenderer(
vtkRenderer* renderer);
317 static const char* GetStringFromType(
int type);
322 static const char* GetStringFromSubType(
int type);
329 static const char* GetShortStringFromSubType(
int subtype);
335 static LightKitSubType GetSubType(LightKitType
type,
int i);
341 void WarmthToRGBI(
double w,
double rgb[3],
double& i);
342 void WarmthToRGB(
double w,
double rgb[3]);
343 void InitializeWarmthFunctions();
344 double WarmthToIntensity(
double w);
353 double KeyLightAngle[2];
354 double KeyLightColor[3];
358 double FillLightAngle[2];
359 double FillLightColor[3];
362 double BackLightColor[3];
367 double BackLightAngle[2];
371 double HeadLightColor[3];
382 VTK_ABI_NAMESPACE_END
void SetFillLightAngle(double angle[2])
abstract base class for most VTK objects
double GetFillLightAzimuth()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Defines a 1D piecewise function.
double GetBackLightAzimuth()
void SetBackLightAzimuth(double x)
void SetBackLightElevation(double x)
abstract specification for renderers
a simple but quality lighting kit
void SetKeyLightAngle(double angle[2])
vtkTypeBool MaintainLuminance
a simple class to control print indentation
double GetKeyLightElevation()
void SetKeyLightElevation(double x)
a virtual light for 3D rendering
void SetKeyLightAzimuth(double x)
double GetKeyLightAzimuth()
double GetBackLightElevation()
virtual void Modified()
Update the modification time for this object.
void SetFillLightElevation(double x)
void SetBackLightAngle(double angle[2])
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
double GetFillLightElevation()
void SetFillLightAzimuth(double x)