CmultiValue

C++Python
Cmaxwell::CmultiValueCmultiValue

Is a container that can store different values for the same parameter.

Friend classes

Cmaxwell, CmaterialLayer, Cbsdf, Ccoating and Creflectance.

Sub-classes

Cmap, CemitterPair.

Properties

TypeNameDescription
const char*pIDParameter ID. i.e. pID = "bump".
const char*pTypeParameter type. Indicates what Cmaxwell::CmultiValue::CemitterPair properties are used: "pair", "color", "temperature", or "mxi".
void*pParameterInternal use.

Methods

NameDescription
CmultiValueClass Constructor.

CmultiValue

Class constructor.

LanguageSyntax
C++Cmultivalue( const char* _pID = NULL, const char* _pType = NULL, void* _pParameter = NULL )
PythonCmultivalue( str _pID = None, str _pType = None, void* _pParameter = None )

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Â