28 #ifndef itkLSMImageIO_h
29 #define itkLSMImageIO_h
30 #include "ITKIOLSMExport.h"
65 virtual bool CanReadFile(
const char *) ITK_OVERRIDE;
68 virtual
void ReadImageInformation() ITK_OVERRIDE;
71 virtual
void Read(
void *buffer) ITK_OVERRIDE;
77 virtual
bool CanWriteFile(const
char *) ITK_OVERRIDE;
81 virtual
void WriteImageInformation() ITK_OVERRIDE {}
85 virtual void Write(
const void *buffer) ITK_OVERRIDE;
90 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
94 void operator=(
const Self &);
96 void FillZeissStruct(
char *z);
100 #endif // itkLSMImageIO_h
Light weight base class for most itk classes.
Abstract superclass defines image IO interface.
ImageIO object for reading and writing TIFF images.
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Base class for most ITK classes.
ImageIO class for reading LSM (Zeiss) images LSM is a line of confocal laser scanning microscopes pro...