Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkMappingJobSettings Struct Reference

#include <QmitkMappingJob.h>

Inheritance diagram for QmitkMappingJobSettings:
Collaboration diagram for QmitkMappingJobSettings:

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
 

Detailed Description

Definition at line 38 of file QmitkMappingJob.h.

Constructor & Destructor Documentation

Member Data Documentation

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
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().


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