27#ifndef itkMINCImageIO_h
28#define itkMINCImageIO_h
34#include "ITKIOMINCExport.h"
125 Write(
const void * buffer)
override;
Control indentation during Print() invocation.
bool SupportsDimension(unsigned long dim) override
void Write(const void *buffer) override
void ReadImageInformation() override
void WriteSlice(std::string &fileName, const void *buffer)
void PrintSelf(std::ostream &os, Indent indent) const override
MatrixType m_DirectionCosines
bool CanReadFile(const char *) override
void AllocateDimensions(int nDims)
const std::unique_ptr< MINCImageIOPImpl > m_MINCPImpl
SmartPointer< Self > Pointer
bool CanWriteFile(const char *) override
void WriteImageInformation() override
void Read(void *buffer) override
Matrix< float, 3, 3 > MatrixType
A templated class holding a M x N size Matrix.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
struct ITKIOMINC_HIDDEN MINCImageIOPImpl