MITK-IGT
IGT Extension of MITK
|
#include <mitkUSDeviceReaderXML.h>
Classes | |
struct | USDeviceConfigData_ |
Public Types | |
typedef struct mitk::USDeviceReaderXML::USDeviceConfigData_ | USDeviceConfigData |
Public Member Functions | |
USDeviceReaderXML () | |
~USDeviceReaderXML () override | |
bool | ReadUltrasoundDeviceConfiguration () |
void | SetFilename (std::string filename) |
USDeviceConfigData & | GetUSDeviceConfigData () |
Protected Member Functions | |
std::vector< itk::SmartPointer< BaseData > > | DoRead () override |
USDeviceReaderXML (const USDeviceReaderXML &other) | |
mitk::USDeviceReaderXML * | Clone () const override |
void | ExtractAttributeInformationOfUltrasoundDeviceTag (const tinyxml2::XMLElement *element) |
Extracts all stored attribute information of the ULTRASOUNDDEVICE-Tag. | |
void | ExtractAttributeInformationOfGeneralSettingsTag (const tinyxml2::XMLElement *element) |
Extracts all stored attribute information of the GENERALSETTINGS-Tag. | |
void | ExtractProbe (const tinyxml2::XMLElement *element) |
Extracts all stored information of a single ultrasound probe. | |
Definition at line 28 of file mitkUSDeviceReaderXML.h.
mitk::USDeviceReaderXML::USDeviceReaderXML | ( | ) |
Definition at line 38 of file mitkUSDeviceReaderXML.cpp.
|
override |
Definition at line 45 of file mitkUSDeviceReaderXML.cpp.
|
protected |
Definition at line 54 of file mitkUSDeviceReaderXML.cpp.
|
overrideprotected |
Definition at line 58 of file mitkUSDeviceReaderXML.cpp.
|
overrideprotected |
Definition at line 66 of file mitkUSDeviceReaderXML.cpp.
|
protected |
Extracts all stored attribute information of the GENERALSETTINGS-Tag.
Definition at line 152 of file mitkUSDeviceReaderXML.cpp.
|
protected |
Extracts all stored attribute information of the ULTRASOUNDDEVICE-Tag.
Definition at line 137 of file mitkUSDeviceReaderXML.cpp.
|
protected |
Extracts all stored information of a single ultrasound probe.
Definition at line 164 of file mitkUSDeviceReaderXML.cpp.
mitk::USDeviceReaderXML::USDeviceConfigData & mitk::USDeviceReaderXML::GetUSDeviceConfigData | ( | ) |
Definition at line 49 of file mitkUSDeviceReaderXML.cpp.
bool mitk::USDeviceReaderXML::ReadUltrasoundDeviceConfiguration | ( | ) |
Definition at line 74 of file mitkUSDeviceReaderXML.cpp.
void mitk::USDeviceReaderXML::SetFilename | ( | std::string | filename | ) |
Definition at line 132 of file mitkUSDeviceReaderXML.cpp.