13 #ifndef mitkCLResultWriter_h
14 #define mitkCLResultWriter_h
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;
#define MITKCLUTILITIES_EXPORT
std::vector< std::pair< FeatureID, double > > FeatureListType
void NewRow(std::string endName)
void AddColumn(std::string value)
void SetDecimalPoint(char decimal)
FeatureResultWriter(std::string, int mode)
void AddSubjectInformation(std::string value)
void AddColumn(double value)
void AddHeader(std::string, int slice, mitk::AbstractGlobalImageFeature::FeatureListType stats, bool withHeader, bool withDescription)
void AddResult(std::string desc, int slice, mitk::AbstractGlobalImageFeature::FeatureListType stats, bool, bool withDescription)
Find image slices visible on a given plane.