An indirect call expression. More...
Public Member Functions | |
virtual const char * | get_call () const =0 |
Returns the DB name of the referenced function call or material instance. More... | |
virtual Sint32 | set_call (const char *name)=0 |
Sets the name of the referenced function call or material instance. More... | |
Static Public Attributes | |
static const Kind | s_kind = EK_CALL |
The kind of this subclass. More... | |
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, neuraylib::IExpression > | 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... | |
An indirect call expression.
This call expression is called indirect since it just references another DB element representing the actual call. See also mi::neuraylib::IExpression_direct_call for direct call expressions.
Indirect call expressions appear as defaults of material or function definitions and as arguments of material instances or function calls.
|
pure virtual |
Returns the DB name of the referenced function call or material instance.
|
pure virtual |
Sets the name of the referenced function call or material instance.
name | The DB name of the function call or material instance. |
NULL
pointer).