Go to the source code of this file.
|
template<size_t nd, size_t ond> |
void | Mantid::MDAlgorithms::copyEvent (const MDEvent< nd > &srcEvent, MDEvent< ond > &newEvent, const uint16_t expInfoIndexOffset) |
| Copy the extra data (not signal, error or coordinates) from one event to another with different numbers of dimensions. More...
|
|
template<size_t nd, size_t ond> |
void | Mantid::MDAlgorithms::copyEvent (const MDLeanEvent< nd > &srcEvent, MDLeanEvent< ond > &newEvent, const uint16_t expInfoIndexOffset) |
| Copy the extra data (not signal, error or coordinates) from one event to another with different numbers of dimensions. More...
|
|