13 #ifndef mitkUSDeviceWriterXML_H_Header_INCLUDED_ 14 #define mitkUSDeviceWriterXML_H_Header_INCLUDED_ 16 #include <MitkUSExports.h> 33 void Write()
override;
38 void SetFilename(std::string filename);
56 void CreateXmlInformationOfUltrasoundDeviceTag( TiXmlDocument &document,
57 TiXmlElement *ultrasoundDeviceTag,
66 void CreateXmlInformationOfGeneralSettingsTag( TiXmlElement *parentTag,
67 TiXmlElement *generalSettingsTag,
76 void CreateXmlInformationOfProbesTag( TiXmlElement *parentTag,
82 std::string m_Filename;
88 #endif // mitkUSDeviceWriterXML_H_Header_INCLUDED_
void Write() override=0
Write the base data to the specified location or output stream.
DataCollection - Class to facilitate loading/accessing structured data.
Base class for writing mitk::BaseData objects to files or streams.