342 |
Slice Constructor for DataTagged. |
Slice Constructor for DataTagged. |
343 |
|
|
344 |
Description: |
Description: |
|
Slice Constructor for DataTagged. |
|
345 |
Creates a DataTagged object which is the specified slice |
Creates a DataTagged object which is the specified slice |
346 |
from another DataTagged object. |
from the given DataTagged object. |
347 |
\param other - Input - DataTagged object to copy from. |
\param other - Input - DataTagged object to slice from. |
348 |
\param region - Input - Region to copy. |
\param region - Input - Region to slice. |
349 |
*/ |
*/ |
350 |
DataTagged(const DataTagged& other, |
DataTagged(const DataTagged& other, |
351 |
const DataArrayView::RegionType& region); |
const DataArrayView::RegionType& region); |
355 |
setSlice |
setSlice |
356 |
|
|
357 |
Description: |
Description: |
358 |
Copy the specified region from the given Data object into this object. |
Copy the given Data object into the specified region in this object. |
359 |
\param other - Input - Data object to copy from. |
\param other - Input - Data object to copy from. |
360 |
\param region - Input - Region to copy (NB: must have same shape as this!). |
\param region - Input - Region to copy into (NB: must have same shape as other!). |
361 |
*/ |
*/ |
362 |
virtual |
virtual |
363 |
void |
void |