19 #ifndef itkTransformIOFactoryRegisterManager_h
20 #define itkTransformIOFactoryRegisterManager_h
24 class TransformIOFactoryRegisterManager
41 void HDF5TransformIOFactoryRegister__Private();
void MatlabTransformIOFactoryRegister__Private();
void TxtTransformIOFactoryRegister__Private();
50 void (*TransformIOFactoryRegisterRegisterList[])(void) = {
51 HDF5TransformIOFactoryRegister__Private,MatlabTransformIOFactoryRegister__Private,TxtTransformIOFactoryRegister__Private,
53 TransformIOFactoryRegisterManager TransformIOFactoryRegisterManagerInstance(TransformIOFactoryRegisterRegisterList);