Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/rtkDCMImagXImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@ DCMImagXImageIOFactory::DCMImagXImageIOFactory()
itk::CreateObjectFunction<DCMImagXImageIO>::New());
}

} // namespace rtk

// Undocumented API used to register during static initialization.
// DO NOT CALL DIRECTLY.

namespace itk
{

static bool DCMImagXImageIOFactoryHasBeenRegistered;

void RTK_EXPORT
Expand All @@ -46,4 +51,4 @@ DCMImagXImageIOFactoryRegister__Private()
}
}

} // namespace rtk
} // namespace itk
9 changes: 7 additions & 2 deletions src/rtkHisImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ HisImageIOFactory::HisImageIOFactory()
"itkImageIOBase", "HisImageIO", "His Image IO", true, itk::CreateObjectFunction<HisImageIO>::New());
}

} // namespace rtk

// Undocumented API used to register during static initialization.
// DO NOT CALL DIRECTLY.

namespace itk
{

static bool HisImageIOFactoryHasBeenRegistered;

void RTK_EXPORT
Expand All @@ -40,8 +45,8 @@ HisImageIOFactoryRegister__Private()
if (!HisImageIOFactoryHasBeenRegistered)
{
HisImageIOFactoryHasBeenRegistered = true;
HisImageIOFactory::RegisterOneFactory();
rtk::HisImageIOFactory::RegisterOneFactory();
}
}

} // namespace rtk
} // namespace itk
9 changes: 7 additions & 2 deletions src/rtkHncImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ HncImageIOFactory::HncImageIOFactory()
"itkImageIOBase", "HncImageIO", "Hnc Image IO", true, itk::CreateObjectFunction<HncImageIO>::New());
}

} // namespace rtk

// Undocumented API used to register during static initialization.
// DO NOT CALL DIRECTLY.

namespace itk
{

static bool HncImageIOFactoryHasBeenRegistered;

void RTK_EXPORT
Expand All @@ -41,8 +46,8 @@ HncImageIOFactoryRegister__Private()
if (!HncImageIOFactoryHasBeenRegistered)
{
HncImageIOFactoryHasBeenRegistered = true;
HncImageIOFactory::RegisterOneFactory();
rtk::HncImageIOFactory::RegisterOneFactory();
}
}

} // namespace rtk
} // namespace itk
9 changes: 7 additions & 2 deletions src/rtkHndImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ HndImageIOFactory::HndImageIOFactory()
"itkImageIOBase", "HndImageIO", "Hnd Image IO", true, itk::CreateObjectFunction<HndImageIO>::New());
}

} // namespace rtk

// Undocumented API used to register during static initialization.
// DO NOT CALL DIRECTLY.

namespace itk
{

static bool HndImageIOFactoryHasBeenRegistered;

void RTK_EXPORT
Expand All @@ -41,8 +46,8 @@ HndImageIOFactoryRegister__Private()
if (!HndImageIOFactoryHasBeenRegistered)
{
HndImageIOFactoryHasBeenRegistered = true;
HndImageIOFactory::RegisterOneFactory();
rtk::HndImageIOFactory::RegisterOneFactory();
}
}

} // namespace rtk
} // namespace itk
9 changes: 7 additions & 2 deletions src/rtkImagXImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ ImagXImageIOFactory::ImagXImageIOFactory()
"itkImageIOBase", "ImagXImageIO", "ImagX Image IO", true, itk::CreateObjectFunction<ImagXImageIO>::New());
}

} // namespace rtk

// Undocumented API used to register during static initialization.
// DO NOT CALL DIRECTLY.

namespace itk
{

static bool ImagXImageIOFactoryHasBeenRegistered;

void RTK_EXPORT
Expand All @@ -39,8 +44,8 @@ ImagXImageIOFactoryRegister__Private()
if (!ImagXImageIOFactoryHasBeenRegistered)
{
ImagXImageIOFactoryHasBeenRegistered = true;
ImagXImageIOFactory::RegisterOneFactory();
rtk::ImagXImageIOFactory::RegisterOneFactory();
}
}

} // namespace rtk
} // namespace itk
9 changes: 7 additions & 2 deletions src/rtkOraImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ OraImageIOFactory::OraImageIOFactory()
"itkImageIOBase", "OraImageIO", "Ora Image IO", true, itk::CreateObjectFunction<OraImageIO>::New());
}

} // namespace rtk

// Undocumented API used to register during static initialization.
// DO NOT CALL DIRECTLY.

namespace itk
{

static bool OraImageIOFactoryHasBeenRegistered;

void RTK_EXPORT
Expand All @@ -41,8 +46,8 @@ OraImageIOFactoryRegister__Private()
if (!OraImageIOFactoryHasBeenRegistered)
{
OraImageIOFactoryHasBeenRegistered = true;
OraImageIOFactory::RegisterOneFactory();
rtk::OraImageIOFactory::RegisterOneFactory();
}
}

} // namespace rtk
} // namespace itk
9 changes: 7 additions & 2 deletions src/rtkXRadImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ XRadImageIOFactory::XRadImageIOFactory()
"itkImageIOBase", "XRadImageIO", "XRad Image IO", true, itk::CreateObjectFunction<XRadImageIO>::New());
}

} // namespace rtk

// Undocumented API used to register during static initialization.
// DO NOT CALL DIRECTLY.

namespace itk
{

static bool XRadImageIOFactoryHasBeenRegistered;

void RTK_EXPORT
Expand All @@ -39,8 +44,8 @@ XRadImageIOFactoryRegister__Private()
if (!XRadImageIOFactoryHasBeenRegistered)
{
XRadImageIOFactoryHasBeenRegistered = true;
XRadImageIOFactory::RegisterOneFactory();
rtk::XRadImageIOFactory::RegisterOneFactory();
}
}

} // namespace rtk
} // namespace itk
9 changes: 7 additions & 2 deletions src/rtkXimImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ XimImageIOFactory::XimImageIOFactory()
"itkImageIOBase", "XimImageIO", "Xim Image IO", true, itk::CreateObjectFunction<XimImageIO>::New());
}

} // namespace rtk

// Undocumented API used to register during static initialization.
// DO NOT CALL DIRECTLY.

namespace itk
{

static bool XimImageIOFactoryHasBeenRegistered;

void RTK_EXPORT
Expand All @@ -41,8 +46,8 @@ XimImageIOFactoryRegister__Private()
if (!XimImageIOFactoryHasBeenRegistered)
{
XimImageIOFactoryHasBeenRegistered = true;
XimImageIOFactory::RegisterOneFactory();
rtk::XimImageIOFactory::RegisterOneFactory();
}
}

} // namespace rtk
} // namespace itk
Loading