An annotation block is an array of annotations. More...
Public Member Functions | |
virtual Size | get_size () const =0 |
Returns the number of annotations in this block. More... | |
virtual const IAnnotation * | get_annotation (Size index) const =0 |
Returns the annotation for index , or NULL if index is out of bounds. More... | |
virtual Sint32 | set_annotation (Size index, const IAnnotation *annotation)=0 |
Sets an annotation block at a given index. More... | |
virtual Sint32 | add_annotation (IAnnotation *annotation)=0 |
Adds an annotation at the end of the annotation block. 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... | |
An annotation block is an array of annotations.
Annotation blocks can be created with mi::neuraylib::IExpression_factory::create_annotation_block().
|
pure virtual |
Adds an annotation at the end of the annotation block.
NULL
pointer).
|
pure virtual |
Returns the annotation for index
, or NULL
if index is out of bounds.
|
pure virtual |
Returns the number of annotations in this block.
|
pure virtual |
Sets an annotation block at a given index.
NULL
pointer).index
is out of bounds.