|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTxtTransformIO_h
19 #define itkTxtTransformIO_h
21 #include "ITKIOTransformInsightLegacyExport.h"
31 template <
typename TParametersValueType>
56 CanReadFile(
const char *)
override;
61 CanWriteFile(
const char *)
override;
75 ReadComponentFile(std::string Value);
84 trim(std::string
const & source,
char const * delims =
" \t\r\n");
94 #endif // itkTxtTransformIO_h
97 #ifndef ITK_TEMPLATE_EXPLICIT_TxtTransformIO
106 #if defined(ITKIOTransformInsightLegacy_EXPORTS)
108 # define ITKIOTransformInsightLegacy_EXPORT_EXPLICIT ITK_FORWARD_EXPORT
111 # define ITKIOTransformInsightLegacy_EXPORT_EXPLICIT ITKIOTransformInsightLegacy_EXPORT
116 ITK_GCC_PRAGMA_DIAG_PUSH()
117 ITK_GCC_PRAGMA_DIAG(ignored
"-Wattributes")
122 ITK_GCC_PRAGMA_DIAG_POP()
125 #undef ITKIOTransformInsightLegacy_EXPORT_EXPLICIT
Class to hold and manage different parameter types used during optimization.
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT TxtTransformIOTemplate< double >
Light weight base class for most itk classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT TxtTransformIOTemplate< float >