![]() |
RenderMan
26.0
|
#include <RixIES.h>
Public Member Functions | |
IESProfile () | |
~IESProfile () | |
void | clearProfile () |
void | clear () |
Public Attributes | |
RtUString | mapName |
float * | profile |
int | nu |
int | nv |
bool | isColor |
bool | isExr |
float | profileScale |
|
inline |
|
inline |
References clearProfile().
|
inline |
References clearProfile(), isColor, isExr, mapName, nu, and nv.
Referenced by RixIES::ReadIESProfile().
|
inline |
References profile.
Referenced by clear(), and ~IESProfile().
bool RixIES::IESProfile::isColor |
Referenced by clear(), RixIES::EvaluateIESProfile(), and RixIES::ReadIESProfile().
bool RixIES::IESProfile::isExr |
Referenced by clear(), RixIES::EvaluateIESProfile(), and RixIES::ReadIESProfile().
RtUString RixIES::IESProfile::mapName |
Referenced by clear(), and RixIES::ReadIESProfile().
int RixIES::IESProfile::nu |
Referenced by clear(), RixIES::EvaluateIESProfile(), and RixIES::ReadIESProfile().
int RixIES::IESProfile::nv |
Referenced by clear(), RixIES::EvaluateIESProfile(), and RixIES::ReadIESProfile().
float* RixIES::IESProfile::profile |
Referenced by clearProfile(), RixIES::EvaluateIESProfile(), and RixIES::ReadIESProfile().
float RixIES::IESProfile::profileScale |
Referenced by RixIES::EvaluateIESProfile().