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;
95 void FillZeissStruct(
char *z);
99 #endif // itkLSMImageIO_h
Light weight base class for most itk classes.
ImageIO object for reading and writing TIFF images.
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
ImageIO class for reading LSM (Zeiss) images LSM is a line of confocal laser scanning microscopes pro...