13 #ifndef MITKUSAbstractControlInterface_H_HEADER_INCLUDED_ 14 #define MITKUSAbstractControlInterface_H_HEADER_INCLUDED_ 17 #include <MitkUSExports.h> 19 #include <itkWeakPointer.h> 22 template<
class T>
class SmartPointer;
43 virtual void SetIsActive(
bool isActive ) = 0;
50 virtual bool GetIsActive( ) = 0;
60 #endif // MITKUSAbstractControlInterface_H_HEADER_INCLUDED_ Superclass for all ultrasound device control interfaces. Defines an interface for activating and deac...
itk::WeakPointer< USDevice > m_Device
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacroItkParent(className, SuperClassName)