#include <uncoupled_imager3d.h>
Public Member Functions | |
CUncoupledImager3d (void) | |
Constructor. | |
~CUncoupledImager3d (void) | |
Destructor. | |
bool | Read (const parameterMap &m) |
Read from parameter map. | |
bool | Write (parameterMap &m) |
write to parameter map | |
bool | convertCorrelationToSource (const CCorrFtn3dSphr &corrin, CSourceFtnBase &souout, const parameterMap &m) |
function that actually manage the imaging | |
bool | convertSourceToCorrelation (const CSourceFtnBase &souin, CCorrFtn3dSphr &corrout, const parameterMap &m) |
function that actually manage the unimaging | |
bool | initialize_source (const CCorrFtn3dSphr &corrin, CSourceFtnBase &souout) |
unused | |
bool | initialize_correlation (const CSourceFtnBase &souin, CCorrFtn3dSphr &corrout) |
unused | |
bool | set_no_data (CSourceFtnBase &souout) |
unused |
Definition at line 27 of file uncoupled_imager3d.h.
CUncoupledImager3d< TSource1d, TImager1d >::CUncoupledImager3d | ( | void | ) | [inline] |
CUncoupledImager3d< TSource1d, TImager1d >::~CUncoupledImager3d | ( | void | ) | [inline] |
bool CUncoupledImager3d< TSource1d, TImager1d >::convertCorrelationToSource | ( | const CCorrFtn3dSphr & | corrin, | |
CSourceFtnBase & | souout, | |||
const parameterMap & | m | |||
) | [inline, virtual] |
function that actually manage the imaging
Implements CGeneralImager3d.
Definition at line 49 of file uncoupled_imager3d.h.
bool CUncoupledImager3d< TSource1d, TImager1d >::convertSourceToCorrelation | ( | const CSourceFtnBase & | souin, | |
CCorrFtn3dSphr & | corrout, | |||
const parameterMap & | m | |||
) | [inline, virtual] |
function that actually manage the unimaging
Implements CGeneralImager3d.
Definition at line 76 of file uncoupled_imager3d.h.
bool CUncoupledImager3d< TSource1d, TImager1d >::initialize_correlation | ( | const CSourceFtnBase & | souin, | |
CCorrFtn3dSphr & | corrout | |||
) | [inline, virtual] |
bool CUncoupledImager3d< TSource1d, TImager1d >::initialize_source | ( | const CCorrFtn3dSphr & | corrin, | |
CSourceFtnBase & | souout | |||
) | [inline, virtual] |
bool CUncoupledImager3d< TSource1d, TImager1d >::Read | ( | const parameterMap & | m | ) | [inline, virtual] |
bool CUncoupledImager3d< TSource1d, TImager1d >::set_no_data | ( | CSourceFtnBase & | souout | ) | [inline, virtual] |
bool CUncoupledImager3d< TSource1d, TImager1d >::Write | ( | parameterMap & | m | ) | [inline, virtual] |