Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Mantid::DataHandling::getWithoutMonitors< T > Class Template Reference

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...
 
operator() ()
 function operator. More...
 

Private Attributes

SaveISISNexusm_alg
 this algorithm More...
 
T * m_data
 pointer to the data More...
 
int m_index
 index to m_data array More...
 

Detailed Description

template<typename T>
class Mantid::DataHandling::getWithoutMonitors< T >

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.

Constructor & Destructor Documentation

◆ getWithoutMonitors()

template<typename T >
Mantid::DataHandling::getWithoutMonitors< T >::getWithoutMonitors ( SaveISISNexus alg,
T *  data 
)
inline

Constructor.

Parameters
algThis algorithm.
dataPointer to the data to be copied from

Definition at line 76 of file SaveISISNexus.cpp.

Member Function Documentation

◆ operator()()

template<typename T >
T Mantid::DataHandling::getWithoutMonitors< T >::operator() ( )
inline

Member Data Documentation

◆ m_alg

template<typename T >
SaveISISNexus* Mantid::DataHandling::getWithoutMonitors< T >::m_alg
private

this algorithm

Definition at line 88 of file SaveISISNexus.cpp.

Referenced by Mantid::DataHandling::getWithoutMonitors< T >::operator()().

◆ m_data

template<typename T >
T* Mantid::DataHandling::getWithoutMonitors< T >::m_data
private

pointer to the data

Definition at line 89 of file SaveISISNexus.cpp.

Referenced by Mantid::DataHandling::getWithoutMonitors< T >::operator()().

◆ m_index

template<typename T >
int Mantid::DataHandling::getWithoutMonitors< T >::m_index
private

index to m_data array

Definition at line 90 of file SaveISISNexus.cpp.

Referenced by Mantid::DataHandling::getWithoutMonitors< T >::operator()().


The documentation for this class was generated from the following file: