13 #ifndef __itkImportMitkImageContainer_h 14 #define __itkImportMitkImageContainer_h 16 #include <itkImportImageContainer.h> 36 template <
typename TElementIdentifier,
typename TElement>
51 itkFactorylessNewMacro(Self);
71 void PrintSelf(std::ostream &os, Indent indent)
const override;
75 void operator=(
const Self &);
84 #define ITK_TEMPLATE_ImportMitkImageContainer(_, EXPORT, x, y) \ 87 _(2(class EXPORT ImportMitkImageContainer<ITK_TEMPLATE_2 x>)) \ 90 typedef ImportMitkImageContainer<ITK_TEMPLATE_2 x> ImportMitkImageContainer##y; \
~ImportMitkImageContainer() override
TElementIdentifier ElementIdentifier
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< const Self > ConstPointer
ImportMitkImageContainer()
void SetImageAccessor(mitk::ImageAccessorBase *imageAccess, vcl_size_t noBytes)
Set the mitk::ImageDataItem to be imported.
ImportMitkImageContainer Self
SmartPointer< Self > Pointer