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

itk::ImageIOFactory Class Reference

Create instances of ImageIO objects using an object factory. More...

#include <itkImageIOFactory.h>

Inheritance diagram for itk::ImageIOFactory:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef ImageIOFactory Self
typedef Object Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef ::itk::ImageIOBase::Pointer ImageIOBasePointer
enum  FileModeType { ReadMode, WriteMode }

Public Methods

virtual const char * GetClassName () const

Static Public Methods

ImageIOBasePointer CreateImageIO (const char *path, FileModeType mode)
void RegisterBuiltInFactories ()

Protected Methods

 ImageIOFactory ()
 ~ImageIOFactory ()

Detailed Description

Create instances of ImageIO objects using an object factory.

Definition at line 28 of file itkImageIOFactory.h.


Member Typedef Documentation

typedef SmartPointer<const Self> itk::ImageIOFactory::ConstPointer
 

Reimplemented from itk::Object.

Definition at line 35 of file itkImageIOFactory.h.

typedef ::itk::ImageIOBase::Pointer itk::ImageIOFactory::ImageIOBasePointer
 

Convenient typedefs.

Definition at line 43 of file itkImageIOFactory.h.

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

Reimplemented from itk::Object.

Definition at line 34 of file itkImageIOFactory.h.

typedef ImageIOFactory itk::ImageIOFactory::Self
 

Standard class typedefs.

Reimplemented from itk::Object.

Definition at line 32 of file itkImageIOFactory.h.

typedef Object itk::ImageIOFactory::Superclass
 

Reimplemented from itk::Object.

Definition at line 33 of file itkImageIOFactory.h.


Member Enumeration Documentation

enum itk::ImageIOFactory::FileModeType
 

Mode in which the files is intended to be used

Enumeration values:
ReadMode 
WriteMode 

Definition at line 46 of file itkImageIOFactory.h.


Constructor & Destructor Documentation

itk::ImageIOFactory::ImageIOFactory   [protected]
 

itk::ImageIOFactory::~ImageIOFactory   [protected]
 


Member Function Documentation

ImageIOBasePointer itk::ImageIOFactory::CreateImageIO const char *    path,
FileModeType    mode
[static]
 

Create the appropriate ImageIO depending on the particulars of the file.

virtual const char* itk::ImageIOFactory::GetClassName   const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::Object.

void itk::ImageIOFactory::RegisterBuiltInFactories   [static]
 

Register Built-in factories


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:20:15 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000