#include <itkRawImageIO.h>
Inheritance diagram for itk::RawImageIOFactory:
Public Types | |
typedef RawImageIOFactory< TPixel, VImageDimension > | Self |
typedef ObjectFactoryBase | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Methods | |
const char * | GetITKSourceVersion (void) const |
const char * | GetDescription (void) const |
itkFactorylessNewMacro (Self) | |
virtual const char * | GetClassName () const |
Static Public Methods | |
void | RegisterOneFactory (void) |
Protected Types | |
typedef RawImageIO< TPixel, VImageDimension > | myProductType |
Protected Methods | |
RawImageIOFactory () | |
~RawImageIOFactory () | |
Protected Attributes | |
const myProductType * | m_MyProduct |
|
Reimplemented from itk::ObjectFactoryBase. Definition at line 175 of file itkRawImageIO.h. |
|
Definition at line 204 of file itkRawImageIO.h. |
|
Reimplemented from itk::ObjectFactoryBase. Definition at line 174 of file itkRawImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::ObjectFactoryBase. Definition at line 172 of file itkRawImageIO.h. |
|
Reimplemented from itk::ObjectFactoryBase. Definition at line 173 of file itkRawImageIO.h. |
|
Definition at line 202 of file itkRawImageIO.h. |
|
Definition at line 203 of file itkRawImageIO.h. |
|
Run-time type information (and related methods). Reimplemented from itk::ObjectFactoryBase. |
|
Return a descriptive string describing the factory. Implements itk::ObjectFactoryBase. Definition at line 183 of file itkRawImageIO.h. |
|
Class methods used to interface with the registered factories. Implements itk::ObjectFactoryBase. Definition at line 178 of file itkRawImageIO.h. |
|
Method for class instantiation. |
|
Register one factory of this type Definition at line 195 of file itkRawImageIO.h. |
|
Definition at line 205 of file itkRawImageIO.h. |