19 #ifndef itkCSVNumericObjectFileWriter_h
20 #define itkCSVNumericObjectFileWriter_h
25 #include "vnl/vnl_matrix.h"
26 #include "vnl/vnl_matrix_fixed.h"
61 template <
typename TValue,
unsigned int VRows = 0,
unsigned int VColumns = 0>
89 itkSetStringMacro(FileName);
90 itkSetMacro(FieldDelimiterCharacter,
char);
105 ColumnHeadersPushBack(
const std::string &);
107 RowHeadersPushBack(
const std::string &);
130 PrintSelf(std::ostream & os,
Indent indent)
const override;
133 std::string m_FileName{};
134 TValue * m_InputObject{};
135 char m_FieldDelimiterCharacter{};
144 #ifndef ITK_MANUAL_INSTANTIATION
145 # include "itkCSVNumericObjectFileWriter.hxx"