Medical Imaging Interaction Toolkit  2018.4.99-389bf124
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 34 of file QmitkMappingJob.h.

Constructor & Destructor Documentation

◆ QmitkMappingJobSettings()

Member Data Documentation

◆ m_allowUndefPixels

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.

Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings(), QmitkMappingJobSettings(), QmitkFramesRegistrationJob::run(), and QmitkMappingJob::run().

◆ m_allowUnregPixels

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.

Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings(), QmitkMappingJobSettings(), QmitkFramesRegistrationJob::run(), and QmitkMappingJob::run().

◆ m_doGeometryRefinement

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.

Referenced by QmitkMappingJobSettings(), and QmitkMappingJob::run().

◆ m_errorValue

double QmitkMappingJobSettings::m_errorValue

Value of unreged pixels. Only relevant if m_allowUnregPixels is true.

Definition at line 49 of file QmitkMappingJob.h.

Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings(), QmitkMappingJobSettings(), QmitkFramesRegistrationJob::run(), and QmitkMappingJob::run().

◆ m_InterpolatorLabel

std::string QmitkMappingJobSettings::m_InterpolatorLabel

Display name of the interpolator

Definition at line 53 of file QmitkMappingJob.h.

Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings().

◆ m_InterpolatorType

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.

Referenced by QmitkMapperSettingsWidget::ConfigureJobSettings(), QmitkMappingJobSettings(), QmitkFramesRegistrationJob::run(), and QmitkMappingJob::run().

◆ m_MappedName

std::string QmitkMappingJobSettings::m_MappedName

◆ m_paddingValue

double QmitkMappingJobSettings::m_paddingValue

Value of undefined pixels. Only relevant if m_allowUndefPixels is true.

Definition at line 44 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: