|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inline |
Insert an SDS object into this object, which is a structured array.
This method inserts a top level object into a structure array at a position specified by the indices. It deletes any object that is currently at that position.
| to_insert | The object to insert. |
| dims | The cell indicies. A container giving each index. It must be possible to convert the elements to unsigned long int and a maximum of 7 dimensions are supported. |
| ContainerType | A container with a size() method and which can be used to initialize a vector of unsigned long. |
References drama::CreateRunDramaTask(), DramaTHROW, and DramaTHROW_F.