28 #ifndef __itkLSMImageIO_h
29 #define __itkLSMImageIO_h
70 virtual void Read(
void *buffer);
84 virtual void Write(
const void *buffer);
99 #endif // __itkLSMImageIO_h
Light weight base class for most itk classes.
virtual void Read(void *buffer)
Abstract superclass defines image IO interface.
virtual void ReadImageInformation()
ImageIO object for reading and writing TIFF images.
virtual bool CanReadFile(const char *)
void PrintSelf(std::ostream &os, Indent indent) const
SmartPointer< Self > Pointer
virtual void WriteImageInformation()
virtual void Write(const void *buffer)
Control indentation during Print() invocation.
virtual bool CanWriteFile(const char *)
Base class for most ITK classes.
ImageIO class for reading LSM (Zeiss) images LSM is a line of confocal laser scanning microscopes pro...
void FillZeissStruct(char *z)
void operator=(const Self &)