28 #ifndef itkBioRadImageIO_h
29 #define itkBioRadImageIO_h
30 #include "ITKIOBioRadExport.h"
68 virtual bool CanReadFile(
const char *) ITK_OVERRIDE;
71 virtual
void ReadImageInformation() ITK_OVERRIDE;
74 virtual
void Read(
void *buffer) ITK_OVERRIDE;
80 virtual
bool CanWriteFile(const
char *) ITK_OVERRIDE;
84 virtual
void WriteImageInformation() ITK_OVERRIDE {}
88 virtual void Write(
const void *buffer) ITK_OVERRIDE;
93 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
95 void InternalReadImageInformation(std::ifstream & file);
99 void operator=(
const Self &);
103 #endif // itkBioRadImageIO_h
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
Abstract superclass defines image IO interface.
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.