Mantid
|
To be used with std::generate to copy only those values from a dataset that don't relate to monitors. More...
Public Member Functions | |
getWithoutMonitors (SaveISISNexus *alg, T *data) | |
Constructor. More... | |
T | operator() () |
function operator. More... | |
Private Attributes | |
SaveISISNexus * | m_alg |
this algorithm More... | |
T * | m_data |
pointer to the data More... | |
int | m_index |
index to m_data array More... | |
To be used with std::generate to copy only those values from a dataset that don't relate to monitors.
Definition at line 69 of file SaveISISNexus.cpp.
|
inline |
Constructor.
alg | This algorithm. |
data | Pointer to the data to be copied from |
Definition at line 76 of file SaveISISNexus.cpp.
|
inline |
function operator.
Definition at line 80 of file SaveISISNexus.cpp.
References Mantid::DataHandling::getWithoutMonitors< T >::m_alg, Mantid::DataHandling::getWithoutMonitors< T >::m_data, Mantid::DataHandling::getWithoutMonitors< T >::m_index, and Mantid::DataHandling::SaveISISNexus::monitor_index.
|
private |
this algorithm
Definition at line 88 of file SaveISISNexus.cpp.
Referenced by Mantid::DataHandling::getWithoutMonitors< T >::operator()().
|
private |
pointer to the data
Definition at line 89 of file SaveISISNexus.cpp.
Referenced by Mantid::DataHandling::getWithoutMonitors< T >::operator()().
|
private |
index to m_data array
Definition at line 90 of file SaveISISNexus.cpp.
Referenced by Mantid::DataHandling::getWithoutMonitors< T >::operator()().