Medical Imaging Interaction Toolkit
2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
|
Typedefs | |
typedef ::map::core::RegistrationBase | RegistrationType |
typedef ::mitk::MAPRegistrationWrapper | MITKRegistrationType |
typedef ::mitk::BaseGeometry | ResultGeometryType |
Functions | |
MITKMATCHPOINTREGISTRATION_EXPORT MultiLabelSegmentation::Pointer | map (const MultiLabelSegmentation *input, const RegistrationType *registration, bool throwOnOutOfInputAreaError=false, const ResultGeometryType *resultGeometry=nullptr, bool throwOnMappingError=true, const MultiLabelSegmentation::LabelValueType &errorValue=0) |
MITKMATCHPOINTREGISTRATION_EXPORT MultiLabelSegmentation::Pointer | map (const MultiLabelSegmentation *input, const MITKRegistrationType *registration, bool throwOnOutOfInputAreaError=false, const ResultGeometryType *resultGeometry=nullptr, bool throwOnMappingError=true, const MultiLabelSegmentation::LabelValueType &errorValue=0) |
typedef ::mitk::MAPRegistrationWrapper mitk::MultiLabelSegmentationMappingHelper::MITKRegistrationType |
Definition at line 31 of file mitkMultiLabelSegmentationMappingHelper.h.
typedef ::map::core::RegistrationBase mitk::MultiLabelSegmentationMappingHelper::RegistrationType |
Definition at line 30 of file mitkMultiLabelSegmentationMappingHelper.h.
Definition at line 33 of file mitkMultiLabelSegmentationMappingHelper.h.
MITKMATCHPOINTREGISTRATION_EXPORT MultiLabelSegmentation::Pointer mitk::MultiLabelSegmentationMappingHelper::map | ( | const MultiLabelSegmentation * | input, |
const MITKRegistrationType * | registration, | ||
bool | throwOnOutOfInputAreaError = false , |
||
const ResultGeometryType * | resultGeometry = nullptr , |
||
bool | throwOnMappingError = true , |
||
const MultiLabelSegmentation::LabelValueType & | errorValue = 0 |
||
) |
Helper that maps a given input image. This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
input | Image that should be mapped. |
registration | Pointer to the registration instance that should be used for mapping |
throwOnOutOfInputAreaError | Indicates if mapping should fail with an exception (true), if the input image does not cover the whole requested region to be mapped into the result image. |
resultGeometry | Pointer to the Geometry object that specifies the grid of the result image. If not defined the geometry of the input image will be used. |
throwOnMappingError | Indicates if mapping should fail with an exception (true), if the registration does not cover/support the whole requested region for mapping into the result image. |
errorValue | Indicates the value that should be used if an mapping error occurs (and throwOnMappingError is false). |
MITKMATCHPOINTREGISTRATION_EXPORT MultiLabelSegmentation::Pointer mitk::MultiLabelSegmentationMappingHelper::map | ( | const MultiLabelSegmentation * | input, |
const RegistrationType * | registration, | ||
bool | throwOnOutOfInputAreaError = false , |
||
const ResultGeometryType * | resultGeometry = nullptr , |
||
bool | throwOnMappingError = true , |
||
const MultiLabelSegmentation::LabelValueType & | errorValue = 0 |
||
) |
Helper that maps a given input image
input | Image that should be mapped. |
registration | Pointer to the registration instance that should be used for mapping |
throwOnOutOfInputAreaError | Indicates if mapping should fail with an exception (true), if the input image does not cover the whole requested region to be mapped into the result image. |
resultGeometry | Pointer to the Geometry object that specifies the grid of the result image. If not defined the geometry of the input image will be used. |
throwOnMappingError | Indicates if mapping should fail with an exception (true), if the registration does not cover/support the whole requested region for mapping into the result image. |
errorValue | Indicates the value that should be used if an mapping error occurs (and throwOnMappingError is false). |