18 #ifndef itkDCMTKTransformIO_h
19 #define itkDCMTKTransformIO_h
21 #include "IOTransformDCMTKExport.h"
36 template<
typename TInternalComputationValueType >
69 void Write()
override;
73 itkSetStringMacro( FrameOfReferenceUID );
74 itkGetStringMacro( FrameOfReferenceUID );
89 #endif // itkDCMTKTransformIO_h
91 #ifndef ITK_TEMPLATE_EXPLICIT_DCMTKTransformIO
100 # if defined( IOTransformDCMTK_EXPORTS )
102 # define IOTransformDCMTK_EXPORT_EXPLICIT
105 # define IOTransformDCMTK_EXPORT_EXPLICIT IOTransformDCMTK_EXPORT
110 #if defined( __GNUC__ )
111 #pragma GCC diagnostic push
112 #pragma GCC diagnostic ignored "-Wattributes"
118 #if defined( __GNUC__ )
119 #pragma GCC diagnostic pop
123 # undef IOTransformDCMTK_EXPORT_EXPLICIT
Light weight base class for most itk classes.
template class IOTransformDCMTK_EXPORT_EXPLICIT DCMTKTransformIO< double >
template class IOTransformDCMTK_EXPORT_EXPLICIT DCMTKTransformIO< float >
Base class for most ITK classes.