|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
27 #ifndef itkMINCImageIO_h
28 #define itkMINCImageIO_h
34 #include "ITKIOMINCExport.h"
99 CanReadFile(
const char *)
override;
103 ReadImageInformation()
override;
107 Read(
void * buffer)
override;
114 CanWriteFile(
const char *)
override;
119 WriteImageInformation()
override;
124 Write(
const void * buffer)
override;
131 PrintSelf(std::ostream & os,
Indent indent)
const override;
134 WriteSlice(std::string &
fileName,
const void * buffer);
139 AllocateDimensions(
int nDims);
159 #endif // itkMINCImageIO_h
Abstract superclass defines image IO interface.
MINCImageIOPImpl * m_MINCPImpl
Control indentation during Print() invocation.
struct ITKIOMINC_HIDDEN MINCImageIOPImpl
bool SupportsDimension(unsigned long dim) override
Light weight base class for most itk classes.
MatrixType m_DirectionCosines
Class that defines how to read MINC file format.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.