Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::MITKAlgorithmHelper Class Reference

MITKAlgorithmHelper. More...

#include <mitkAlgorithmHelper.h>

Classes

struct  CheckError
 

Public Member Functions

 MITKAlgorithmHelper (map::algorithm::RegistrationAlgorithmBase *algorithm=NULL)
 
void SetData (const mitk::BaseData *moving, const mitk::BaseData *target)
 
void SetAllowImageCasting (bool allowCasting)
 
bool GetAllowImageCasting () const
 
bool CheckData (const mitk::BaseData *moving, const mitk::BaseData *target, CheckError::Type &error) const
 
map::core::RegistrationBase::Pointer GetRegistration () const
 
mitk::MAPRegistrationWrapper::Pointer GetMITKRegistrationWrapper () const
 
 ~MITKAlgorithmHelper ()
 

Detailed Description

MITKAlgorithmHelper.

Remarks
Current implementation is not thread-save. Just use one Helper class per registration task.
Warning
This class is not yet documented. Use "git blame" and ask the author to provide basic documentation.

Definition at line 41 of file mitkAlgorithmHelper.h.

Constructor & Destructor Documentation

mitk::MITKAlgorithmHelper::MITKAlgorithmHelper ( map::algorithm::RegistrationAlgorithmBase *  algorithm = NULL)

Definition at line 36 of file mitkAlgorithmHelper.cpp.

mitk::MITKAlgorithmHelper::~MITKAlgorithmHelper ( )
inline

Definition at line 70 of file mitkAlgorithmHelper.h.

Member Function Documentation

bool mitk::MITKAlgorithmHelper::GetAllowImageCasting ( ) const

Definition at line 187 of file mitkAlgorithmHelper.cpp.

mitk::MAPRegistrationWrapper::Pointer mitk::MITKAlgorithmHelper::GetMITKRegistrationWrapper ( ) const
map::core::RegistrationBase::Pointer mitk::MITKAlgorithmHelper::GetRegistration ( ) const
void mitk::MITKAlgorithmHelper::SetAllowImageCasting ( bool  allowCasting)

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