#include <general_imager3d.h>
Public Member Functions | |
CGeneralImager3d (void) | |
virtual | ~CGeneralImager3d (void) |
virtual bool | Read (const parameterMap &m) |
virtual bool | Write (parameterMap &m) |
virtual bool | convertCorrelationToSource (const CCorrFtn3dSphr &corrin, CSourceFtnBase &souout, const parameterMap &m)=0 |
virtual bool | convertSourceToCorrelation (const CSourceFtnBase &souin, CCorrFtn3dSphr &corrout, const parameterMap &m)=0 |
virtual bool | initialize_source (const CCorrFtn3dSphr &corrin, CSourceFtnBase &souout)=0 |
virtual bool | initialize_correlation (const CSourceFtnBase &souin, CCorrFtn3dSphr &corrout)=0 |
virtual bool | set_no_data (CSourceFtnBase &souout)=0 |
void | set_kernel (const parameterMap &m) |
void | set_kernel (const CKernel *_kernelPtr) |
void | set_kernel (void) |
Public Attributes | |
string | kernel_particle1 |
string | kernel_particle2 |
const CKernel * | kernelPtr |
Definition at line 16 of file general_imager3d.h.
CGeneralImager3d::CGeneralImager3d | ( | void | ) | [inline] |
Definition at line 21 of file general_imager3d.h.
virtual CGeneralImager3d::~CGeneralImager3d | ( | void | ) | [inline, virtual] |
Definition at line 27 of file general_imager3d.h.
virtual bool CGeneralImager3d::convertCorrelationToSource | ( | const CCorrFtn3dSphr & | corrin, | |
CSourceFtnBase & | souout, | |||
const parameterMap & | m | |||
) | [pure virtual] |
Implemented in CUncoupledImager3d< TSource1d, TImager1d >.
virtual bool CGeneralImager3d::convertSourceToCorrelation | ( | const CSourceFtnBase & | souin, | |
CCorrFtn3dSphr & | corrout, | |||
const parameterMap & | m | |||
) | [pure virtual] |
Implemented in CUncoupledImager3d< TSource1d, TImager1d >.
virtual bool CGeneralImager3d::initialize_correlation | ( | const CSourceFtnBase & | souin, | |
CCorrFtn3dSphr & | corrout | |||
) | [pure virtual] |
Implemented in CUncoupledImager3d< TSource1d, TImager1d >.
virtual bool CGeneralImager3d::initialize_source | ( | const CCorrFtn3dSphr & | corrin, | |
CSourceFtnBase & | souout | |||
) | [pure virtual] |
Implemented in CUncoupledImager3d< TSource1d, TImager1d >.
bool CGeneralImager3d::Read | ( | const parameterMap & | m | ) | [virtual] |
Reimplemented in CUncoupledImager3d< TSource1d, TImager1d >.
Definition at line 14 of file general_imager3d.cc.
void CGeneralImager3d::set_kernel | ( | void | ) |
Definition at line 32 of file general_imager3d.cc.
void CGeneralImager3d::set_kernel | ( | const CKernel * | _kernelPtr | ) |
Definition at line 51 of file general_imager3d.cc.
void CGeneralImager3d::set_kernel | ( | const parameterMap & | m | ) |
Definition at line 44 of file general_imager3d.cc.
virtual bool CGeneralImager3d::set_no_data | ( | CSourceFtnBase & | souout | ) | [pure virtual] |
Implemented in CUncoupledImager3d< TSource1d, TImager1d >.
bool CGeneralImager3d::Write | ( | parameterMap & | m | ) | [virtual] |
Reimplemented in CUncoupledImager3d< TSource1d, TImager1d >.
Definition at line 24 of file general_imager3d.cc.
Definition at line 38 of file general_imager3d.h.
Definition at line 39 of file general_imager3d.h.
Definition at line 40 of file general_imager3d.h.