18 #ifndef itkNrrdImageIO_h
19 #define itkNrrdImageIO_h
20 #include "ITKIONRRDExport.h"
58 bool SupportsDimension(
unsigned long)
override;
62 bool CanReadFile(
const char *)
override;
65 void ReadImageInformation()
override;
68 void Read(
void *buffer)
override;
72 bool CanWriteFile(
const char *)
override;
75 void WriteImageInformation()
override;
79 void Write(
const void *buffer)
override;
84 void PrintSelf(std::ostream & os,
Indent indent)
const override;
94 #endif // itkNrrdImageIO_h
Light weight base class for most itk classes.
Abstract superclass defines image IO interface.
Read and write the "Nearly Raw Raster Data" (Nrrd) image format. The Nrrd format was developed as par...
Control indentation during Print() invocation.
Base class for most ITK classes.