#include <c4d_ieslightdata.h>
Public Attributes | |
IESLight * | ieslight |
Constructor/Destructor | |
IESLightData () | |
IESLightData (const IESLightData &Data) | |
~IESLightData () | |
Operator | |
const IESLightData & | operator= (const IESLightData &Data) |
Wrapper for IESLight.
IESLightData | ( | ) |
Default constructor.
IESLightData | ( | const IESLightData & | Data | ) |
Copy constructor.
~IESLightData | ( | ) |
Destructor.
const IESLightData& operator= | ( | const IESLightData & | Data | ) |
Assignment operator.
[in] | Data | The left-hand operand IES light data to assign. |
IESLight* ieslight |
Pointer to the IES light information.