28 #ifndef itkBioRadImageIO_h
29 #define itkBioRadImageIO_h
30 #include "ITKIOBioRadExport.h"
70 bool CanReadFile(
const char *)
override;
73 void ReadImageInformation()
override;
76 void Read(
void *buffer)
override;
82 bool CanWriteFile(
const char *)
override;
90 void Write(
const void *buffer)
override;
95 void PrintSelf(std::ostream & os,
Indent indent)
const override;
97 void InternalReadImageInformation(std::ifstream & file);
101 #endif // itkBioRadImageIO_h
Light weight base class for most itk classes.
Abstract superclass defines image IO interface.
void WriteImageInformation() override
ImageIO class for reading Bio-Rad images. Bio-Rad file format are used by confocal micropscopes like ...
Control indentation during Print() invocation.
Base class for most ITK classes.