Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkMappingJob.h>
Public Member Functions | |
QmitkMappingJobSettings () | |
Public Attributes | |
std::string | m_MappedName |
bool | m_doGeometryRefinement |
bool | m_allowUndefPixels |
double | m_paddingValue |
bool | m_allowUnregPixels |
double | m_errorValue |
mitk::ImageMappingInterpolator::Type | m_InterpolatorType |
std::string | m_InterpolatorLabel |
Definition at line 38 of file QmitkMappingJob.h.
QmitkMappingJobSettings::QmitkMappingJobSettings | ( | ) |
Definition at line 31 of file QmitkMappingJob.cpp.
References mitk::ImageMappingInterpolator::Linear, m_allowUndefPixels, m_allowUnregPixels, m_doGeometryRefinement, m_errorValue, m_InterpolatorType, m_MappedName, and m_paddingValue.
bool QmitkMappingJobSettings::m_allowUndefPixels |
Indicates if the mapper should allow undefined pixels (true) or mapping should fail (false)
Definition at line 46 of file QmitkMappingJob.h.
Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings(), QmitkMappingJobSettings(), QmitkFramesRegistrationJob::run(), and QmitkMappingJob::run().
bool QmitkMappingJobSettings::m_allowUnregPixels |
Indicates if the mapper should allow pixels that are not covered by the registration (true) or mapping should fail (false)
Definition at line 51 of file QmitkMappingJob.h.
Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings(), QmitkMappingJobSettings(), QmitkFramesRegistrationJob::run(), and QmitkMappingJob::run().
bool QmitkMappingJobSettings::m_doGeometryRefinement |
Indicates of mapper should try to refine geometry (true) or map the data (false)
Definition at line 44 of file QmitkMappingJob.h.
Referenced by QmitkMappingJobSettings(), and QmitkMappingJob::run().
double QmitkMappingJobSettings::m_errorValue |
Value of unreged pixels. Only relevant if m_allowUnregPixels is true.
Definition at line 53 of file QmitkMappingJob.h.
Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings(), QmitkMappingJobSettings(), QmitkFramesRegistrationJob::run(), and QmitkMappingJob::run().
std::string QmitkMappingJobSettings::m_InterpolatorLabel |
Display name of the interpolator
Definition at line 57 of file QmitkMappingJob.h.
Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings().
mitk::ImageMappingInterpolator::Type QmitkMappingJobSettings::m_InterpolatorType |
Type of interpolator. Only relevant for images and if m_doGeometryRefinement is false.
Definition at line 55 of file QmitkMappingJob.h.
Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings(), QmitkMappingJobSettings(), QmitkFramesRegistrationJob::run(), and QmitkMappingJob::run().
std::string QmitkMappingJobSettings::m_MappedName |
Job name
Definition at line 42 of file QmitkMappingJob.h.
Referenced by QmitkFramesRegistrationJob::QmitkFramesRegistrationJob(), and QmitkMappingJobSettings().
double QmitkMappingJobSettings::m_paddingValue |
Value of undefined pixels. Only relevant if m_allowUndefPixels is true.
Definition at line 48 of file QmitkMappingJob.h.
Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings(), QmitkMappingJobSettings(), QmitkFramesRegistrationJob::run(), and QmitkMappingJob::run().