#include <itkImageIOFactory.h>
Inheritance diagram for itk::ImageIOFactory:
Public Types | |
typedef ImageIOFactory | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef ::itk::ImageIOBase::Pointer | ImageIOBasePointer |
enum | FileModeType { ReadMode, WriteMode } |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
ImageIOBasePointer | CreateImageIO (const char *path, FileModeType mode) |
void | RegisterBuiltInFactories () |
Protected Member Functions | |
ImageIOFactory () | |
~ImageIOFactory () |
Definition at line 28 of file itkImageIOFactory.h.
|
Reimplemented from itk::Object. Definition at line 35 of file itkImageIOFactory.h. |
|
Convenient typedefs. Definition at line 43 of file itkImageIOFactory.h. |
|
Reimplemented from itk::Object. Definition at line 34 of file itkImageIOFactory.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 32 of file itkImageIOFactory.h. |
|
Reimplemented from itk::Object. Definition at line 33 of file itkImageIOFactory.h. |
|
Mode in which the files is intended to be used Definition at line 46 of file itkImageIOFactory.h. |
|
|
|
|
|
Create the appropriate ImageIO depending on the particulars of the file. |
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
Register Built-in factories |