18 #ifndef itkTxtTransformIO_h
19 #define itkTxtTransformIO_h
21 #include "ITKIOTransformInsightLegacyExport.h"
31 template<
typename TParametersValueType>
57 virtual bool CanReadFile(
const char *) ITK_OVERRIDE;
64 virtual
void Read() ITK_OVERRIDE;
69 virtual
void Write() ITK_OVERRIDE;
76 virtual ~TxtTransformIOTemplate();
80 std::
string trim(std::
string const & source,
char const *delims = " \t\r\n");
90 #endif // itkTxtTransformIO_h
93 #ifndef ITK_TEMPLATE_EXPLICIT_TxtTransformIO
102 # if defined( ITKIOTransformInsightLegacy_EXPORTS )
104 # define ITKIOTransformInsightLegacy_EXPORT_EXPLICIT
107 # define ITKIOTransformInsightLegacy_EXPORT_EXPLICIT ITKIOTransformInsightLegacy_EXPORT
112 #ifdef ITK_HAS_GCC_PRAGMA_DIAG_PUSHPOP
113 ITK_GCC_PRAGMA_DIAG_PUSH()
115 ITK_GCC_PRAGMA_DIAG(ignored
"-Wattributes")
120 #ifdef ITK_HAS_GCC_PRAGMA_DIAG_PUSHPOP
121 ITK_GCC_PRAGMA_DIAG_POP()
123 ITK_GCC_PRAGMA_DIAG(warning
"-Wattributes")
127 # undef ITKIOTransformInsightLegacy_EXPORT_EXPLICIT
Light weight base class for most itk classes.
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT TxtTransformIOTemplate< float >
Class to hold and manage different parameter types used during optimization.
Base class for most ITK classes.
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT TxtTransformIOTemplate< double >