97 |
\param shape - Input - The shape of each data-point. |
\param shape - Input - The shape of each data-point. |
98 |
\param tags - Input - An array of tags, one for each sample number. |
\param tags - Input - An array of tags, one for each sample number. |
99 |
\param data - The data values for each tag. |
\param data - The data values for each tag. |
100 |
|
NB: no unit testing yet |
101 |
*/ |
*/ |
102 |
DataTagged(const FunctionSpace& what, |
DataTagged(const FunctionSpace& what, |
103 |
const DataArrayView::ShapeType &shape, |
const DataArrayView::ShapeType &shape, |
333 |
Factory method that returns a newly created DataTagged object generated |
Factory method that returns a newly created DataTagged object generated |
334 |
by taking the specified slice from this DataTagged object. |
by taking the specified slice from this DataTagged object. |
335 |
The caller is reponsible for managing the returned object. |
The caller is reponsible for managing the returned object. |
336 |
|
T |
337 |
*/ |
*/ |
338 |
virtual |
virtual |
339 |
DataAbstract* |
DataAbstract* |
348 |
from the given DataTagged object. |
from the given DataTagged object. |
349 |
\param other - Input - DataTagged object to slice from. |
\param other - Input - DataTagged object to slice from. |
350 |
\param region - Input - Region to slice. |
\param region - Input - Region to slice. |
351 |
|
T |
352 |
*/ |
*/ |
353 |
DataTagged(const DataTagged& other, |
DataTagged(const DataTagged& other, |
354 |
const DataArrayView::RegionType& region); |
const DataArrayView::RegionType& region); |
361 |
Copy the given Data object into the specified region in this object. |
Copy the given Data object into the specified region in this object. |
362 |
\param other - Input - Data object to copy from. |
\param other - Input - Data object to copy from. |
363 |
\param region - Input - Region to copy into (NB: must have same shape as other!). |
\param region - Input - Region to copy into (NB: must have same shape as other!). |
364 |
|
T |
365 |
*/ |
*/ |
366 |
virtual |
virtual |
367 |
void |
void |