31 this->OnSelectProbe(index);
32 m_Device->UpdateServiceProperty(mitk::USDevice::GetPropertyKeys().US_PROPKEY_PROBES_SELECTED,
33 this->GetSelectedProbe()->
GetName());
39 this->OnSelectProbe(probe);
40 m_Device->UpdateServiceProperty(mitk::USDevice::GetPropertyKeys().US_PROPKEY_PROBES_SELECTED,
41 this->GetSelectedProbe()->
GetName());
Superclass for all ultrasound device control interfaces. Defines an interface for activating and deac...
itk::SmartPointer< Self > Pointer
DataCollection - Class to facilitate loading/accessing structured data.
void SelectProbe(unsigned int index)
USControlInterfaceProbes(itk::SmartPointer< USDevice > device)
virtual ~USControlInterfaceProbes()
static std::string GetName(std::string fileName, std::string suffix)