13 #ifndef mitkCLResultXMLWriter_h
14 #define mitkCLResultXMLWriter_h
39 void SetCLIArgs(
const std::map<std::string, us::Any>& args);
41 void write(
const std::string& filePath)
const;
42 void write(std::ostream& stream)
const;
51 std::string m_MethodName =
"unknown";
52 std::string m_MethodVersion =
"unknown";
53 std::string m_Organisation =
"unknown";
54 std::string m_PipelineUID =
"unknown";
55 std::map<std::string, us::Any> m_CLIArgs;
#define MITKCLUTILITIES_EXPORT
std::vector< std::pair< FeatureID, double > > FeatureListType
Image class for storing images.
void write(const std::string &filePath) const
void SetMethodName(const std::string &name)
void SetOrganisation(const std::string &orga)
void write(std::ostream &stream) const
void SetMask(const Image *mask)
void SetCLIArgs(const std::map< std::string, us::Any > &args)
void SetPipelineUID(const std::string &pipelineUID)
void SetFeatures(const mitk::AbstractGlobalImageFeature::FeatureListType &features)
void SetImage(const Image *image)
~CLResultXMLWriter()=default
CLResultXMLWriter()=default
void SetMethodVersion(const std::string &version)
Find image slices visible on a given plane.