13 #ifndef mitkUSDeviceWriterXML_h
14 #define mitkUSDeviceWriterXML_h
16 #include <MitkUSExports.h>
36 void Write()
override;
41 void SetFilename(std::string filename);
59 void CreateXmlInformationOfUltrasoundDeviceTag( tinyxml2::XMLDocument &document,
60 tinyxml2::XMLElement *ultrasoundDeviceTag,
69 void CreateXmlInformationOfGeneralSettingsTag( tinyxml2::XMLElement *parentTag,
70 tinyxml2::XMLElement *generalSettingsTag,
79 void CreateXmlInformationOfProbesTag( tinyxml2::XMLElement*parentTag,
85 std::string m_Filename;