Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Enumerations | |
enum | ScanModes { ScanModeB } |
Functions | |
bool | CreateUsgControl (Usgfw2Lib::IUsgDataView *dataView, const IID &typeId, ULONG scanMode, ULONG streamId, void **ctrl) |
std::string | ConvertWcharToString (const BSTR input) |
Enumerator | |
---|---|
ScanModeB |
Definition at line 124 of file mitkUSTelemedSDKHeader.h.
std::string mitk::telemed::ConvertWcharToString | ( | const BSTR | input | ) |
Converts given BSTR (which is in fact a wchar*) to std::string.
Definition at line 64 of file mitkUSTelemedSDKHeader.cpp.
Referenced by mitk::USTelemedProbe::USTelemedProbe().
bool mitk::telemed::CreateUsgControl | ( | Usgfw2Lib::IUsgDataView * | dataView, |
const IID & | typeId, | ||
ULONG | scanMode, | ||
ULONG | streamId, | ||
void ** | ctrl | ||
) |
Just a helper function for avoiding code duplication when creating a Telemed API control. This function is from the Telemed API documentation thus a description of the interface can be found there.
Definition at line 46 of file mitkUSTelemedSDKHeader.cpp.
References SAFE_RELEASE.
Referenced by mitk::USTelemedImageSource::CreateAndConnectConverterPlugin().