Provides access to various functions for the evaluation of MDL expressions. More...
Public Member Functions | |
virtual IValue_bool const * | is_material_parameter_enabled (ITransaction *trans, IValue_factory *fact, IMaterial_instance const *inst, Size index, Sint32 *error) const =0 |
Evaluates if a material instance parameter is enabled (i.e. More... | |
virtual IValue_bool const * | is_function_parameter_enabled (ITransaction *trans, IValue_factory *fact, IFunction_call const *call, Size index, Sint32 *error) const =0 |
Evaluates if a function call parameter is enabled (i.e. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IInterface > | Self |
Own type. More... | |
typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > | IID |
Declares the interface ID (IID) of this interface. More... | |
![]() | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Provides access to various functions for the evaluation of MDL expressions.
|
pure virtual |
Evaluates if a function call parameter is enabled (i.e.
the enable_if condition computes true).
[in] | trans | the transaction |
[in] | fact | the expression factory to create the result value |
[in] | call | the function call |
[in] | index | the index of the material instance parameter |
[out] | error | An optional pointer to an mi::Sint32 to which an error code will be written. The error codes have the following meaning:
|
|
pure virtual |
Evaluates if a material instance parameter is enabled (i.e.
the enable_if condition computes true).
[in] | trans | the transaction |
[in] | fact | the expression factory to create the result value |
[in] | inst | the material instance |
[in] | index | the index of the material instance parameter |
[out] | error | An optional pointer to an mi::Sint32 to which an error code will be written. The error codes have the following meaning:
|