13 #ifndef mitkCLResultWritter_h 14 #define mitkCLResultWritter_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;
59 #endif //mitkCLResultWritter_h DataCollection - Class to facilitate loading/accessing structured data.
std::vector< std::pair< std::string, double > > FeatureListType
#define MITKCLUTILITIES_EXPORT