Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::GE5ImageIO Class Reference

Class that defines how to read GE5 file format. More...

#include <itkGE5ImageIO.h>

Inheritance diagram for itk::GE5ImageIO:

Inheritance graph
[legend]
Collaboration diagram for itk::GE5ImageIO:

Collaboration graph
[legend]
List of all members.

Public Types

typedef GE5ImageIO Self
typedef IPLCommonImageIO Superclass
typedef SmartPointer< SelfPointer

Public Member Functions

virtual const char * GetClassName () const
virtual bool CanReadFile (const char *FileNameToRead)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 GE5ImageIO ()
 ~GE5ImageIO ()
virtual struct GEImageHeaderReadHeader (const char *FileNameToRead)

Detailed Description

Class that defines how to read GE5 file format.

Author:
Hans J. Johnson

Definition at line 50 of file itkGE5ImageIO.h.


Member Typedef Documentation

typedef SmartPointer<Self> itk::GE5ImageIO::Pointer
 

Reimplemented from itk::IPLCommonImageIO.

Definition at line 57 of file itkGE5ImageIO.h.

typedef GE5ImageIO itk::GE5ImageIO::Self
 

Standard class typedefs.

Reimplemented from itk::IPLCommonImageIO.

Definition at line 55 of file itkGE5ImageIO.h.

typedef IPLCommonImageIO itk::GE5ImageIO::Superclass
 

Reimplemented from itk::IPLCommonImageIO.

Definition at line 56 of file itkGE5ImageIO.h.


Constructor & Destructor Documentation

itk::GE5ImageIO::GE5ImageIO  )  [protected]
 

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

itk::GE5ImageIO::~GE5ImageIO  )  [protected]
 


Member Function Documentation

virtual bool itk::GE5ImageIO::CanReadFile const char *  FileNameToRead  )  [virtual]
 

Determine if the file can be read with this ImageIO implementation.

Author:
Hans J Johnson
Parameters:
FileNameToRead The name of the file to test for reading.
Postcondition:
Sets classes ImageIOBase::m_FileName variable to be FileNameToWrite
Returns:
Returns true if this ImageIO can read the file specified.

Reimplemented from itk::IPLCommonImageIO.

virtual const char* itk::GE5ImageIO::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::IPLCommonImageIO.

Pointer itk::GE5ImageIO::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::IPLCommonImageIO.

virtual struct GEImageHeader* itk::GE5ImageIO::ReadHeader const char *  FileNameToRead  )  [protected, virtual]
 

Reimplemented from itk::IPLCommonImageIO.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:14:44 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000