18#ifndef itkTxtTransformIO_h
19#define itkTxtTransformIO_h
21#include "ITKIOTransformInsightLegacyExport.h"
31template <
typename TParametersValueType>
84 trim(
const std::string & source,
const char * delims =
" \t\r\n");
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
116ITK_GCC_PRAGMA_DIAG_PUSH()
117ITK_GCC_PRAGMA_DIAG(ignored
"-Wattributes")
122ITK_GCC_PRAGMA_DIAG_POP()
125#undef ITKIOTransformInsightLegacy_EXPORT_EXPLICIT
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT TxtTransformIOTemplate< double >
TxtTransformIOTemplate< double > TxtTransformIO
template class ITKIOTransformInsightLegacy_EXPORT_EXPLICIT TxtTransformIOTemplate< float >