13 #ifndef mitkRegEvaluationObject_h 14 #define mitkRegEvaluationObject_h 21 #include <mapRegistrationBase.h> 22 #include <mapRegistration.h> 23 #include <mapExceptionObjectMacros.h> 24 #include <mapContinuousElements.h> 47 void SetRequestedRegionToLargestPossibleRegion()
override;
52 bool RequestedRegionIsOutsideOfTheBufferedRegion()
override;
57 bool VerifyRequestedRegion()
override;
62 void SetRequestedRegion(
const itk::DataObject*)
override;
90 template <
typename TPixelType,
unsigned int VImageDimension >
91 void doConversion(const ::itk::Image<TPixelType,VImageDimension>* input,
mitk::Image::Pointer& result)
const;
93 void PrintSelf (std::ostream &os, itk::Indent indent)
const override;
mitk::DataNode::ConstPointer m_MovingNode
Base of all data objects.
mitk::DataNode::ConstPointer m_TargetNode
mitk::Image::Pointer m_TargetImage
DataCollection - Class to facilitate loading/accessing structured data.
MAPRegistrationWrapper Wrapper class to allow the handling of MatchPoint registration objects as mitk...
::itk::Image< unsigned char, 3 > InternalImageType
#define MITKMATCHPOINTREGISTRATION_EXPORT
#define mitkClassMacro(className, SuperClassName)
RegEvaluationObject Class that containes all data to realize an evaluation of registrations via image...
Image class for storing images.
mitk::MAPRegistrationWrapper::Pointer m_Registration
mitk::Image::Pointer m_MovingImage
itk::SmartPointer< Self > Pointer
Class for nodes of the DataTree.