#ifndef __CPPLUGINS_ITKINSTANCES__CONFIG__H__ #define __CPPLUGINS_ITKINSTANCES__CONFIG__H__ #include /* * ========================================================================= * Discover what we are doing: building or using * ========================================================================= */ #ifdef cpPlugins_ITKInstances_EXPORTS # undef ITK_MANUAL_INSTANTIATION # define cpPlugins_ITKInstances_PREFIX template class cpPlugins_ITKInstances_EXPORT #else // cpPlugins_ITKInstances_EXPORTS # define ITK_MANUAL_INSTANTIATION # define cpPlugins_ITKInstances_PREFIX extern template class #endif // cpPlugins_ITKInstances_EXPORTS #endif // __CPPLUGINS_ITKINSTANCES__CONFIG__H__ // eof - $RCSfile$