18 #ifndef itkTxtTransformIO_h
19 #define itkTxtTransformIO_h
21 #include "ITKIOTransformInsightLegacyExport.h"
31 template<
typename TParametersValueType>
56 bool CanReadFile(
const char *)
override;
60 bool CanWriteFile(
const char *)
override;
68 void Write()
override;
71 void ReadComponentFile( std::string Value );
79 std::string trim(std::string
const & source,
char const *delims =
" \t\r\n");
89 #endif // itkTxtTransformIO_h
92 #ifndef ITK_TEMPLATE_EXPLICIT_TxtTransformIO
101 # if defined( ITKIOTransformInsightLegacy_EXPORTS )
103 # define ITKIOTransformInsightLegacy_EXPORT_EXPLICIT ITK_FORWARD_EXPORT
106 # define ITKIOTransformInsightLegacy_EXPORT_EXPLICIT ITKIOTransformInsightLegacy_EXPORT
111 #ifdef ITK_HAS_GCC_PRAGMA_DIAG_PUSHPOP
112 ITK_GCC_PRAGMA_DIAG_PUSH()
114 ITK_GCC_PRAGMA_DIAG(ignored
"-Wattributes")
119 #ifdef ITK_HAS_GCC_PRAGMA_DIAG_PUSHPOP
120 ITK_GCC_PRAGMA_DIAG_POP()
122 ITK_GCC_PRAGMA_DIAG(warning
"-Wattributes")
126 # 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 >