17 #ifndef mitkRegEvaluationObject_h
18 #define mitkRegEvaluationObject_h
25 #include <mapRegistrationBase.h>
26 #include <mapRegistration.h>
27 #include <mapExceptionObjectMacros.h>
28 #include <mapContinuousElements.h>
51 virtual void SetRequestedRegionToLargestPossibleRegion();
56 virtual bool RequestedRegionIsOutsideOfTheBufferedRegion();
61 virtual bool VerifyRequestedRegion();
66 virtual void SetRequestedRegion(
const itk::DataObject*);
94 template <
typename TPixelType,
unsigned int VImageDimension >
95 void doConversion(const ::itk::Image<TPixelType,VImageDimension>* input,
mitk::Image::Pointer& result)
const;
97 virtual void PrintSelf (std::ostream &os, itk::Indent indent)
const;
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
Class for nodes of the DataTree.