#include <itkRawImageIO.h>
Inheritance diagram for itk::RawImageIOFactory< TPixel, VImageDimension >:
Public Types | |
typedef RawImageIOFactory< TPixel, VImageDimension > | Self |
typedef ObjectFactoryBase | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
const char * | GetITKSourceVersion (void) const |
const char * | GetDescription (void) const |
itkFactorylessNewMacro (Self) | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
void | RegisterOneFactory (void) |
Protected Types | |
typedef RawImageIO< TPixel, VImageDimension > | myProductType |
Protected Member Functions | |
RawImageIOFactory () | |
~RawImageIOFactory () | |
Protected Attributes | |
const myProductType * | m_MyProduct |
|
Reimplemented from itk::ObjectFactoryBase. Definition at line 172 of file itkRawImageIO.h. |
|
Definition at line 201 of file itkRawImageIO.h. Referenced by itk::RawImageIOFactory< TPixel, VImageDimension >::RawImageIOFactory(). |
|
Reimplemented from itk::ObjectFactoryBase. Definition at line 171 of file itkRawImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::ObjectFactoryBase. Definition at line 169 of file itkRawImageIO.h. |
|
Reimplemented from itk::ObjectFactoryBase. Definition at line 170 of file itkRawImageIO.h. |
|
Definition at line 199 of file itkRawImageIO.h. References itk::RawImageIOFactory< TPixel, VImageDimension >::myProductType. |
|
Definition at line 200 of file itkRawImageIO.h. |
|
Return a descriptive string describing the factory. Implements itk::ObjectFactoryBase. Definition at line 180 of file itkRawImageIO.h. |
|
Class methods used to interface with the registered factories. Implements itk::ObjectFactoryBase. Definition at line 175 of file itkRawImageIO.h. |
|
Run-time type information (and related methods). Reimplemented from itk::ObjectFactoryBase. |
|
Method for class instantiation. |
|
Register one factory of this type Definition at line 192 of file itkRawImageIO.h. |
|
Definition at line 202 of file itkRawImageIO.h. |