13 #ifndef mitkCLResultWriter_h
14 #define mitkCLResultWriter_h
34 void SetDecimalPoint(
char decimal);
36 void AddSubjectInformation(std::string value);
37 void AddColumn(std::string value);
38 void AddColumn(
double value);
39 void NewRow(std::string endName);
46 std::size_t m_CurrentRow;
48 std::string m_Separator;
49 std::ofstream m_Output;
50 std::vector<std::string> m_List;
51 std::string m_SubjectInformation;
52 bool m_UsedSubjectInformation;
53 bool m_UseSpecialDecimalPoint;