17 #ifndef MITKUSVideoDeviceCustomControls_H_HEADER_INCLUDED_
18 #define MITKUSVideoDeviceCustomControls_H_HEADER_INCLUDED_
24 #include <itkObjectFactory.h>
44 virtual void SetIsActive(
bool isActive)
override;
49 virtual bool GetIsActive()
override;
65 void SetNewDepth(
double depth);
70 void SetNewProbeIdentifier(std::string probename);
75 std::vector<mitk::USProbe::Pointer> GetProbes();
80 std::vector<int> GetDepthsForProbe(std::string name);
95 #endif // MITKUSVideoDeviceCustomControls_H_HEADER_INCLUDED_
Superclass for all ultrasound device control interfaces. Defines an interface for activating and deac...
itk::SmartPointer< Self > Pointer
#define mitkNewMacro1Param(classname, type)
Defines a region of interest by distances to the four image borders.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
USImageVideoSource::Pointer m_ImageSource
Custom controls for mitk::USVideoDevice. Controls image cropping of the corresponding mitk::USImageVi...