#include <mitkUSDeviceWriterXML.h>
Definition at line 28 of file mitkUSDeviceWriterXML.h.
◆ USDeviceWriterXML() [1/2]
mitk::USDeviceWriterXML::USDeviceWriterXML |
( |
| ) |
|
◆ ~USDeviceWriterXML()
mitk::USDeviceWriterXML::~USDeviceWriterXML |
( |
| ) |
|
|
override |
◆ USDeviceWriterXML() [2/2]
◆ Clone()
◆ CreateXmlInformationOfGeneralSettingsTag()
Creates the xml GENERALSETTINGS-Tag entry of the ultrasound video device configuration file.
- Parameters
-
parentTag | The xml parent tag of the GENERALSETTINGS-Tag. This is the ULTRASOUNDDEVICE-Tag. |
generalSettingsTag | The GENERALSETTINGS-Tag which should be created. |
config | The struct containing all information of the ultrasound device. |
Definition at line 102 of file mitkUSDeviceWriterXML.cpp.
◆ CreateXmlInformationOfProbesTag()
Creates the xml PROBES-Tag entry of the ultrasound video device configuration file. All information of all configured probes is extracted and then stored in the xml file.
- Parameters
-
parentTag | The xml parent tag of the GENERALSETTINGS-Tag. This is the ULTRASOUNDDEVICE-Tag. |
config | The struct containing all information of the ultrasound device. |
Definition at line 116 of file mitkUSDeviceWriterXML.cpp.
◆ CreateXmlInformationOfUltrasoundDeviceTag()
Creates the xml ULTRASOUNDDEVICE-Tag entry of the ultrasound video device configuration file.
- Parameters
-
document | A reference to the xml document. |
ultrasoundDeviceTag | The ULTRASOUNDDEVICETAG which should be created. |
config | The struct containing all information of the ultrasound device. |
Definition at line 80 of file mitkUSDeviceWriterXML.cpp.
◆ SetFilename()
void mitk::USDeviceWriterXML::SetFilename |
( |
std::string | filename | ) |
|
Sets the filename of the ultrasound device configuration file which should be created.
Definition at line 55 of file mitkUSDeviceWriterXML.cpp.
◆ Write()
void mitk::USDeviceWriterXML::Write |
( |
| ) |
|
|
override |
◆ WriteUltrasoundDeviceConfiguration()
Writes the configuration settings of an ultrasound device to a xml-file.
- Parameters
-
config | The struct containing all information of the ultrasound device. |
Definition at line 60 of file mitkUSDeviceWriterXML.cpp.
The documentation for this class was generated from the following files: