ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::LSMImageIO Class Reference

ImageIO class for reading LSM (Zeiss) images LSM is a line of confocal laser scanning microscopes produced by the Zeiss company LSM files are essentially extensions of the TIFF multiple image stack file format. More...

#include <itkLSMImageIO.h>

Inheritance diagram for itk::LSMImageIO:
Collaboration diagram for itk::LSMImageIO:

List of all members.

Public Types

typedef SmartPointer< SelfPointer
typedef LSMImageIO Self
typedef ImageIOBase Superclass

Public Member Functions

virtual bool CanReadFile (const char *)
virtual bool CanWriteFile (const char *)
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void Read (void *buffer)
virtual void ReadImageInformation ()
virtual void Write (const void *buffer)
virtual void WriteImageInformation ()

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 LSMImageIO ()
void PrintSelf (std::ostream &os, Indent indent) const
 ~LSMImageIO ()

Private Member Functions

void FillZeissStruct (char *z)
 LSMImageIO (const Self &)
void operator= (const Self &)

Detailed Description

ImageIO class for reading LSM (Zeiss) images LSM is a line of confocal laser scanning microscopes produced by the Zeiss company LSM files are essentially extensions of the TIFF multiple image stack file format.

Definition at line 46 of file itkLSMImageIO.h.


Member Typedef Documentation

Reimplemented from itk::TIFFImageIO.

Definition at line 52 of file itkLSMImageIO.h.

Standard class typedefs.

Reimplemented from itk::TIFFImageIO.

Definition at line 50 of file itkLSMImageIO.h.

Reimplemented from itk::TIFFImageIO.

Definition at line 51 of file itkLSMImageIO.h.


Constructor & Destructor Documentation

itk::LSMImageIO::LSMImageIO ( ) [protected]
itk::LSMImageIO::~LSMImageIO ( ) [protected]
itk::LSMImageIO::LSMImageIO ( const Self ) [private]

Member Function Documentation

virtual bool itk::LSMImageIO::CanReadFile ( const char *  ) [virtual]

Determine the file type. Returns true if this ImageIO can read the file specified.

Reimplemented from itk::TIFFImageIO.

virtual bool itk::LSMImageIO::CanWriteFile ( const char *  ) [virtual]

Determine the file type. Returns true if this ImageIO can read the file specified.

Reimplemented from itk::TIFFImageIO.

virtual::itk::LightObject::Pointer itk::LSMImageIO::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::TIFFImageIO.

void itk::LSMImageIO::FillZeissStruct ( char *  z) [private]
virtual const char* itk::LSMImageIO::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::TIFFImageIO.

static Pointer itk::LSMImageIO::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::TIFFImageIO.

void itk::LSMImageIO::operator= ( const Self ) [private]

This method causes the filter to generate its output.

Reimplemented from itk::TIFFImageIO.

void itk::LSMImageIO::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::TIFFImageIO.

virtual void itk::LSMImageIO::Read ( void *  buffer) [virtual]

Reads the data from disk into the memory buffer provided.

Reimplemented from itk::TIFFImageIO.

virtual void itk::LSMImageIO::ReadImageInformation ( ) [virtual]

Set the spacing and dimesion information for the current filename.

Reimplemented from itk::TIFFImageIO.

virtual void itk::LSMImageIO::Write ( const void *  buffer) [virtual]

Writes the data to disk from the memory buffer provided. Make sure that the IORegion has been set properly.

Reimplemented from itk::TIFFImageIO.

virtual void itk::LSMImageIO::WriteImageInformation ( void  ) [inline, virtual]

Writes the spacing and dimentions of the image. Assumes SetFileName has been called with a valid file name.

Reimplemented from itk::TIFFImageIO.

Definition at line 80 of file itkLSMImageIO.h.


The documentation for this class was generated from the following file: