Medical Imaging Interaction Toolkit
2023.04.00
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 34 of file QmitkMappingJob.h.
QmitkMappingJobSettings::QmitkMappingJobSettings | ( | ) |
bool QmitkMappingJobSettings::m_allowUndefPixels |
Indicates if the mapper should allow undefined pixels (true) or mapping should fail (false)
Definition at line 42 of file QmitkMappingJob.h.
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 47 of file QmitkMappingJob.h.
bool QmitkMappingJobSettings::m_doGeometryRefinement |
Indicates of mapper should try to refine geometry (true) or map the data (false)
Definition at line 40 of file QmitkMappingJob.h.
double QmitkMappingJobSettings::m_errorValue |
Value of unreged pixels. Only relevant if m_allowUnregPixels is true.
Definition at line 49 of file QmitkMappingJob.h.
std::string QmitkMappingJobSettings::m_InterpolatorLabel |
Display name of the interpolator
Definition at line 53 of file QmitkMappingJob.h.
mitk::ImageMappingInterpolator::Type QmitkMappingJobSettings::m_InterpolatorType |
Type of interpolator. Only relevant for images and if m_doGeometryRefinement is false.
Definition at line 51 of file QmitkMappingJob.h.
std::string QmitkMappingJobSettings::m_MappedName |
Job name
Definition at line 38 of file QmitkMappingJob.h.
double QmitkMappingJobSettings::m_paddingValue |
Value of undefined pixels. Only relevant if m_allowUndefPixels is true.
Definition at line 44 of file QmitkMappingJob.h.