|
| mitkClassMacro (USCombinedModality, mitk::AbstractUltrasoundTrackerDevice) |
|
| mitkNewMacro3Param (USCombinedModality, USDevice::Pointer, itk::SmartPointer< NavigationDataSource >, bool) |
|
AffineTransform3D::Pointer | GetUSPlaneTransform () override |
|
| mitkClassMacro (AbstractUltrasoundTrackerDevice, mitk::ImageSource) |
|
| mitkNewMacro3Param (AbstractUltrasoundTrackerDevice, USDevice::Pointer, itk::SmartPointer< NavigationDataSource >, bool) |
|
virtual itk::SmartPointer< USDevice > | GetUltrasoundDevice () |
|
virtual void | SetUltrasoundDevice (itk::SmartPointer< USDevice > _arg) |
|
virtual itk::SmartPointer< NavigationDataSource > | GetTrackingDeviceDataSource () |
|
virtual void | SetTrackingDeviceDataSource (itk::SmartPointer< NavigationDataSource > _arg) |
|
virtual bool | GetIsTrackedUltrasoundActive () |
|
AffineTransform3D::Pointer | GetCalibration () |
| Getter for calibration data of the currently active depth and probe. More...
|
|
AffineTransform3D::Pointer | GetCalibration (std::string depth) |
| Getter for calibration data of the given depth and the currently active probe. More...
|
|
AffineTransform3D::Pointer | GetCalibration (std::string depth, std::string probe) |
| Getter for calibration data of the given depth and probe. More...
|
|
void | SetCalibration (AffineTransform3D::Pointer calibration) |
| Sets a transformation as calibration data. Calibration data is set for the currently activated probe and their current zoom factor. It also marks the device as calibrated. More...
|
|
bool | RemoveCalibration () |
| Removes the calibration data of the currently active depth and probe. More...
|
|
bool | RemoveCalibration (std::string depth) |
| Removes the calibration data of the given depth and the currently active probe. More...
|
|
bool | RemoveCalibration (std::string depth, std::string probe) |
| Removes the calibration data of the given depth and probe. More...
|
|
std::string | GetDeviceClass () |
| Returns the Class of the Device. More...
|
|
USImageSource::Pointer | GetUSImageSource () |
| Wrapper for returning USImageSource of the UltrasoundDevice. More...
|
|
itk::SmartPointer< mitk::NavigationDataSource > | GetNavigationDataSource () |
|
bool | GetIsCalibratedForCurrentStatus () |
|
bool | GetContainsAtLeastOneCalibration () |
|
std::string | SerializeCalibration () |
| Serializes all contained calibrations into an xml fragment. More...
|
|
void | DeserializeCalibration (const std::string &xmlString, bool clearPreviousCalibrations=true) |
| Deserializes a string provided by a prior call to Serialize(). If the bool flag is true, all prior calibrations will be deleted. If the flag is set to false, prior calibrations will be retained, but overwritten if one of equal name is present. More...
|
|
void | SetNumberOfSmoothingValues (unsigned int numberOfSmoothingValues) |
|
void | SetDelayCount (unsigned int delayCount) |
|
void | UnregisterOnService () |
| Remove this device from the micro service. This method is public for mitk::USCombinedModality, because this devices can be completly removed. This is not possible for API devices, which should be available while their sub module is loaded. More...
|
|
virtual void | RegisterAsMicroservice () |
|
virtual itk::SmartPointer< USAbstractControlInterface > | GetControlInterfaceCustom () |
| Wrapper for returning custom control interface of the UltrasoundDevice. More...
|
|
virtual itk::SmartPointer< USControlInterfaceBMode > | GetControlInterfaceBMode () |
| Wrapper for returning B mode control interface of the UltrasoundDevice. More...
|
|
virtual itk::SmartPointer< USControlInterfaceProbes > | GetControlInterfaceProbes () |
| Wrapper for returning probes control interface of the UltrasoundDevice. More...
|
|
virtual itk::SmartPointer< USControlInterfaceDoppler > | GetControlInterfaceDoppler () |
| Wrapper for returning doppler control interface of the UltrasoundDevice. More...
|
|
virtual void | SetIsFreezed (bool freeze) |
| Can toggle if the combined modality is currently updated or freezed. More...
|
|
virtual bool | GetIsFreezed () |
|
virtual std::vector< std::string > | GetClassHierarchy () const override |
|
virtual const char * | GetClassName () const |
|
Pointer | Clone () const |
|
OutputType * | GetOutput () |
| Get the output data of this image source object. More...
|
|
const OutputType * | GetOutput () const |
|
OutputType * | GetOutput (DataObjectPointerArraySizeType idx) |
|
const OutputType * | GetOutput (DataObjectPointerArraySizeType idx) const |
|
itk::DataObject::Pointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
| Make a DataObject of the correct type to used as the specified output. More...
|
|
itk::DataObject::Pointer | MakeOutput (const DataObjectIdentifierType &name) override |
|
virtual vtkImageData * | GetVtkImageData () |
|
virtual const vtkImageData * | GetVtkImageData () const |
|
OutputType * | GetOutput () |
|
const OutputType * | GetOutput () const |
|
OutputType * | GetOutput (DataObjectPointerArraySizeType idx) |
|
const OutputType * | GetOutput (DataObjectPointerArraySizeType idx) const |
|
virtual void | GraftOutput (OutputType *output) |
| Graft the specified BaseData onto this BaseDataSource's output. More...
|
|
virtual void | GraftOutput (const DataObjectIdentifierType &key, OutputType *output) |
|
virtual void | GraftNthOutput (unsigned int idx, OutputType *output) |
| Graft the specified base data object onto this BaseDataSource's idx'th output. More...
|
|
bool | Updating () const |
| Access itk::ProcessObject::m_Updating. More...
|
|