Custom controls for mitk::USVideoDevice. Controls image cropping of the corresponding mitk::USImageVideoSource.
More...
#include <mitkUSVideoDeviceCustomControls.h>
Custom controls for mitk::USVideoDevice. Controls image cropping of the corresponding mitk::USImageVideoSource.
Definition at line 27 of file mitkUSVideoDeviceCustomControls.h.
◆ USVideoDeviceCustomControls()
Class needs an mitk::USImageVideoSource object for beeing constructed. This object will be manipulated by the custom controls methods.
◆ ~USVideoDeviceCustomControls()
mitk::USVideoDeviceCustomControls::~USVideoDeviceCustomControls |
( |
| ) |
|
|
overrideprotected |
◆ GetCropArea()
- Returns
- area currently set for image cropping defined by the actual current probe.
◆ GetDepthsForProbe()
std::vector<int> mitk::USVideoDeviceCustomControls::GetDepthsForProbe |
( |
std::string |
name | ) |
|
Get the scanning dephts of the given probe.
◆ GetIsActive()
bool mitk::USVideoDeviceCustomControls::GetIsActive |
( |
| ) |
|
|
overridevirtual |
◆ GetProbes()
std::vector<mitk::USProbe::Pointer> mitk::USVideoDeviceCustomControls::GetProbes |
( |
| ) |
|
Get all the probes for the current device.
◆ mitkClassMacro()
◆ mitkNewMacro1Param()
◆ SetCropArea()
Sets the area that will be cropped from the US image. Set [0,0,0,0] to disable it, which is also default.
◆ SetDefaultProbeAsCurrentProbe()
void mitk::USVideoDeviceCustomControls::SetDefaultProbeAsCurrentProbe |
( |
| ) |
|
◆ SetIsActive()
void mitk::USVideoDeviceCustomControls::SetIsActive |
( |
bool |
isActive | ) |
|
|
overridevirtual |
◆ SetNewDepth()
void mitk::USVideoDeviceCustomControls::SetNewDepth |
( |
double |
depth | ) |
|
Sets a new depth value to the current probe.
◆ SetNewProbeIdentifier()
void mitk::USVideoDeviceCustomControls::SetNewProbeIdentifier |
( |
std::string |
probename | ) |
|
\ brief Sets new probe identifier
◆ UpdateProbeCropping()
Updates the cropping of the current probe given by the crop area of the USImageVideoSource.
◆ m_ImageSource
USImageVideoSource::Pointer mitk::USVideoDeviceCustomControls::m_ImageSource |
|
protected |
◆ m_IsActive
bool mitk::USVideoDeviceCustomControls::m_IsActive |
|
protected |
The documentation for this class was generated from the following file: