Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#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 () | |
Definition at line 41 of file mitkAlgorithmHelper.h.
mitk::MITKAlgorithmHelper::MITKAlgorithmHelper | ( | map::algorithm::RegistrationAlgorithmBase * | algorithm = NULL | ) |
Definition at line 36 of file mitkAlgorithmHelper.cpp.
|
inline |
Definition at line 70 of file mitkAlgorithmHelper.h.
bool mitk::MITKAlgorithmHelper::CheckData | ( | const mitk::BaseData * | moving, |
const mitk::BaseData * | target, | ||
CheckError::Type & | error | ||
) | const |
Definition at line 107 of file mitkAlgorithmHelper.cpp.
References AccessTwoImagesFixedDimensionByItk, mitk::GetDataAsImage(), mitk::GetDataAsPointSet(), mitk::MITKAlgorithmHelper::CheckError::none, mitk::MITKAlgorithmHelper::CheckError::onlyByCasting, mitk::MITKAlgorithmHelper::CheckError::unsupportedDataType, and mitk::MITKAlgorithmHelper::CheckError::wrongDimension.
bool mitk::MITKAlgorithmHelper::GetAllowImageCasting | ( | ) | const |
Definition at line 187 of file mitkAlgorithmHelper.cpp.
mitk::MAPRegistrationWrapper::Pointer mitk::MITKAlgorithmHelper::GetMITKRegistrationWrapper | ( | ) | const |
Definition at line 86 of file mitkAlgorithmHelper.cpp.
References GetRegistration(), and mitk::MAPRegistrationWrapper::New().
map::core::RegistrationBase::Pointer mitk::MITKAlgorithmHelper::GetRegistration | ( | ) | const |
Definition at line 44 of file mitkAlgorithmHelper.cpp.
Referenced by mitk::TimeFramesRegistrationHelper::DoFrameRegistration(), GetMITKRegistrationWrapper(), and QmitkRegistrationJob::run().
void mitk::MITKAlgorithmHelper::SetAllowImageCasting | ( | bool | allowCasting | ) |
Definition at line 182 of file mitkAlgorithmHelper.cpp.
Referenced by mitk::TimeFramesRegistrationHelper::DoFrameRegistration().
void mitk::MITKAlgorithmHelper::SetData | ( | const mitk::BaseData * | moving, |
const mitk::BaseData * | target | ||
) |
Definition at line 192 of file mitkAlgorithmHelper.cpp.
References AccessTwoImagesFixedDimensionByItk, mitk::PointSetMappingHelper::ConvertPointSetMITKtoMAP(), mitk::GetDataAsImage(), and mitk::GetDataAsPointSet().
Referenced by mitk::TimeFramesRegistrationHelper::DoFrameRegistration(), and QmitkRegistrationJob::run().