clitkXdrImageIOFactory.cxx
clitkHndImageIO.cxx
clitkHndImageIOFactory.cxx
- clitkGateAsciiImageIO.cxx
- clitkGateAsciiImageIOFactory.cxx
clitkDicomRTDoseIO.cxx
clitkDicomRTDoseIOFactory.cxx
clitkOrientation.cxx
vvImageWriter.cxx
)
+IF(UNIX)
+ SET(clitkCommon_SRC
+ ${clitkCommon_SRC}
+ clitkGateAsciiImageIO.cxx
+ clitkGateAsciiImageIOFactory.cxx
+ )
+ENDIF(UNIX)
+
### Declare clitkCommon library
ADD_LIBRARY(clitkCommon STATIC ${clitkCommon_SRC})
// Register factories
void clitk::RegisterClitkFactories()
{
+#ifdef unix
clitk::GateAsciiImageIOFactory::RegisterOneFactory();
+#endif
clitk::DicomRTDoseIOFactory::RegisterOneFactory();
#if ITK_VERSION_MAJOR <= 3
itk::ImageIOFactory::RegisterBuiltInFactories();