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

itk::BMPImageIO Class Reference
[Input and Output Filters]

Read BMPImage file format. More...

#include <itkBMPImageIO.h>

Inheritance diagram for itk::BMPImageIO:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef BMPImageIO Self
typedef ImageIOBase Superclass
typedef SmartPointer< SelfPointer

Public Member Functions

virtual const char * GetNameOfClass () const
virtual bool CanReadFile (const char *)
virtual void ReadImageInformation ()
virtual void Read (void *buffer)
virtual bool CanWriteFile (const char *)
virtual void WriteImageInformation ()
virtual void Write (const void *buffer)
 BMPImageIO ()
 ~BMPImageIO ()
void PrintSelf (std::ostream &os, Indent indent) const

Static Public Member Functions

Pointer New ()

Detailed Description

Read BMPImage file format.

Definition at line 38 of file itkBMPImageIO.h.


Member Typedef Documentation

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

Reimplemented from itk::ImageIOBase.

Definition at line 44 of file itkBMPImageIO.h.

typedef BMPImageIO itk::BMPImageIO::Self
 

Standard class typedefs.

Reimplemented from itk::ImageIOBase.

Definition at line 42 of file itkBMPImageIO.h.

typedef ImageIOBase itk::BMPImageIO::Superclass
 

Reimplemented from itk::ImageIOBase.

Definition at line 43 of file itkBMPImageIO.h.


Constructor & Destructor Documentation

itk::BMPImageIO::BMPImageIO  ) 
 

itk::BMPImageIO::~BMPImageIO  ) 
 


Member Function Documentation

virtual bool itk::BMPImageIO::CanReadFile const char *   )  [virtual]
 

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

Implements itk::ImageIOBase.

virtual bool itk::BMPImageIO::CanWriteFile const char *   )  [virtual]
 

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

Implements itk::ImageIOBase.

virtual const char* itk::BMPImageIO::GetNameOfClass  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ImageIOBase.

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

Method for creation through the object factory.

Reimplemented from itk::LightProcessObject.

void itk::BMPImageIO::PrintSelf std::ostream &  os,
Indent  indent
const [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::ImageIOBase.

virtual void itk::BMPImageIO::Read void *  buffer  )  [virtual]
 

Reads the data from disk into the memory buffer provided.

Implements itk::ImageIOBase.

virtual void itk::BMPImageIO::ReadImageInformation  )  [virtual]
 

Set the spacing and dimension information for the set filename.

Implements itk::ImageIOBase.

virtual void itk::BMPImageIO::Write const void *  buffer  )  [virtual]
 

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

Implements itk::ImageIOBase.

virtual void itk::BMPImageIO::WriteImageInformation  )  [virtual]
 

Set the spacing and dimension information for the set filename.

Implements itk::ImageIOBase.


The documentation for this class was generated from the following file:
Generated at Thu May 25 00:29:50 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000