Represents an argument block of a class-compiled material compiled for a specific target. More...
Public Member Functions | |
virtual const char * | get_data () const =0 |
Returns the target argument block data. More... | |
virtual char * | get_data ()=0 |
Returns the target argument block data. More... | |
virtual Size | get_size () const =0 |
Returns the size of the target argument block data. More... | |
virtual ITarget_argument_block * | clone () const =0 |
Clones the argument block (to make it writeable). 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... | |
Represents an argument block of a class-compiled material compiled for a specific target.
The layout of the data is given by the corresponding mi::neuraylib::ITarget_value_layout object.
See Instance-compilation and class-compilation for more details.
|
pure virtual |
Clones the argument block (to make it writeable).
|
pure virtual |
Returns the target argument block data.
|
pure virtual |
Returns the target argument block data.
|
pure virtual |
Returns the size of the target argument block data.