IESLightData Struct Reference

#include <c4d_ieslightdata.h>

Public Attributes

IESLightieslight
 

Constructor/Destructor

 IESLightData ()
 
 IESLightData (const IESLightData &Data)
 
 ~IESLightData ()
 

Operator

const IESLightDataoperator= (const IESLightData &Data)
 

Detailed Description

Wrapper for IESLight.

Constructor & Destructor Documentation

◆ IESLightData() [1/2]

Default constructor.

◆ IESLightData() [2/2]

IESLightData ( const IESLightData Data)

Copy constructor.

◆ ~IESLightData()

Destructor.

Member Function Documentation

◆ operator=()

const IESLightData& operator= ( const IESLightData Data)

Assignment operator.

Parameters
[in]DataThe left-hand operand IES light data to assign.
Returns
Right-hand operand assigned Data.

Member Data Documentation

◆ ieslight

IESLight* ieslight

Pointer to the IES light information.