27#ifndef itkMINCImageIO_h
28#define itkMINCImageIO_h
34#include "ITKIOMINCExport.h"
125 Write(
const void * buffer)
override;
Abstract superclass defines image IO interface.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Class that defines how to read MINC file format.
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
bool CanReadFile(const char *) override
void AllocateDimensions(int nDims)
const std::unique_ptr< MINCImageIOPImpl > m_MINCPImpl
bool CanWriteFile(const char *) override
void WriteImageInformation() override
void Read(void *buffer) override
Base class for most ITK classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
struct ITKIOMINC_HIDDEN MINCImageIOPImpl