28#ifndef itkBioRadImageIO_h
29#define itkBioRadImageIO_h
30#include "ITKIOBioRadExport.h"
80 Read(
void * buffer)
override;
98 Write(
const void * buffer)
override;
ImageIO class for reading Bio-Rad images. Bio-Rad file format are used by confocal microscopes like M...
~BioRadImageIO() override
void PrintSelf(std::ostream &os, Indent indent) const override
void Write(const void *buffer) override
bool CanReadFile(const char *) override
void InternalReadImageInformation(std::ifstream &file)
void Read(void *buffer) override
bool CanWriteFile(const char *) override
void WriteImageInformation() override
void ReadImageInformation() override
Abstract superclass defines image IO interface.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Base class for most ITK classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....