13 #ifndef MITKUSControlInterfaceProbes_H_HEADER_INCLUDED_ 14 #define MITKUSControlInterfaceProbes_H_HEADER_INCLUDED_ 38 virtual std::vector<USProbe::Pointer> GetProbeSet( ) = 0;
50 void SelectProbe(
unsigned int index );
61 void SelectProbe( USProbe::Pointer probe );
70 virtual void OnSelectProbe(
unsigned int index ) = 0;
79 virtual void OnSelectProbe( USProbe::Pointer probe ) = 0;
84 virtual USProbe::Pointer GetSelectedProbe() = 0;
89 virtual unsigned int GetProbesCount( )
const = 0;
97 #endif // MITKUSControlInterfaceProbes_H_HEADER_INCLUDED_ Superclass for all ultrasound device control interfaces. Defines an interface for activating and deac...
Interface defining methods for probe selection of ultrasound devices. It consists of methods for gett...
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)