Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkUSDevicePersistence_h
14 #define mitkUSDevicePersistence_h
22 #include <itkObjectFactory.h>
36 itkFactorylessNewMacro(Self);
55 void split(std::string& text, std::string& separators, std::vector<std::string>& words);
mitk::USProbe::Pointer StringToUSProbe(std::string s)
QString USProbeToString(mitk::USProbe::Pointer p)
~USDevicePersistence() override
mitkClassMacroItkParent(USDevicePersistence, itk::Object)
DataCollection - Class to facilitate loading/accessing structured data.
void split(std::string &text, std::string &separators, std::vector< std::string > &words)
void StoreCurrentDevices()
double spacingToDouble(std::string s)
int depthToInt(std::string s)
mitk::USVideoDevice::Pointer StringToUSVideoDevice(QString s)
QString USVideoDeviceToString(mitk::USVideoDevice::Pointer d)
std::vector< mitk::USDevice::Pointer > RestoreLastDevices()