Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkUSDevicePersistence.h>
Public Member Functions | |
mitkClassMacroItkParent (USDevicePersistence, itk::Object) | |
Pointer | Clone () const |
void | StoreCurrentDevices () |
std::vector< mitk::USDevice::Pointer > | RestoreLastDevices () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
USDevicePersistence () | |
virtual | ~USDevicePersistence () |
QString | USVideoDeviceToString (mitk::USVideoDevice::Pointer d) |
mitk::USVideoDevice::Pointer | StringToUSVideoDevice (QString s) |
QString | USProbeToString (mitk::USProbe::Pointer p) |
mitk::USProbe::Pointer | StringToUSProbe (std::string s) |
void | split (std::string &text, std::string &separators, std::vector< std::string > &words) |
double | spacingToDouble (std::string s) |
int | depthToInt (std::string s) |
Protected Attributes | |
QSettings | m_devices |
Documentation TODO
Definition at line 36 of file mitkUSDevicePersistence.h.
|
protected |
Definition at line 27 of file mitkUSDevicePersistence.cpp.
|
inlineprotectedvirtual |
Definition at line 50 of file mitkUSDevicePersistence.h.
Pointer mitk::USDevicePersistence::Clone | ( | ) | const |
|
protected |
Definition at line 323 of file mitkUSDevicePersistence.cpp.
References mitkThrow.
mitk::USDevicePersistence::mitkClassMacroItkParent | ( | USDevicePersistence | , |
itk::Object | |||
) |
|
static |
Referenced by mitk::USActivator::Load(), and mitk::USActivator::Unload().
std::vector< mitk::USDevice::Pointer > mitk::USDevicePersistence::RestoreLastDevices | ( | ) |
Definition at line 59 of file mitkUSDevicePersistence.cpp.
References MITK_ERROR, and MITK_INFO.
|
protected |
Definition at line 311 of file mitkUSDevicePersistence.cpp.
References mitkThrow.
|
protected |
Definition at line 296 of file mitkUSDevicePersistence.cpp.
void mitk::USDevicePersistence::StoreCurrentDevices | ( | ) |
Definition at line 31 of file mitkUSDevicePersistence.cpp.
References us::GetModuleContext(), MITK_INFO, and MITK_WARN.
|
protected |
Definition at line 241 of file mitkUSDevicePersistence.cpp.
References MITK_ERROR, mitk::USProbe::New(), and split().
|
protected |
Definition at line 167 of file mitkUSDevicePersistence.cpp.
References mitk::USImageVideoSource::USImageRoi::bottomRightX, mitk::USImageVideoSource::USImageRoi::bottomRightY, MITK_ERROR, MITK_INFO, mitkThrow, mitk::ImageSource::New(), split(), mitk::USImageVideoSource::USImageRoi::topLeftX, and mitk::USImageVideoSource::USImageRoi::topLeftY.
|
protected |
Definition at line 151 of file mitkUSDevicePersistence.cpp.
|
protected |
Definition at line 87 of file mitkUSDevicePersistence.cpp.
References mitk::USImageVideoSource::USImageRoi::bottomRightX, mitk::USImageVideoSource::USImageRoi::bottomRightY, MITK_ERROR, MITK_INFO, mitkThrow, mitk::USImageVideoSource::USImageRoi::topLeftX, and mitk::USImageVideoSource::USImageRoi::topLeftY.
|
protected |
Definition at line 57 of file mitkUSDevicePersistence.h.