Specialized mitk::USProbe for handling Telemed API probe objects. It encapsulates a probe object from the Telemed API.
More...
#include <mitkUSTelemedProbe.h>
|
| mitkClassMacro (USTelemedProbe, USProbe) |
|
| mitkNewMacro2Param (Self, Usgfw2Lib::IProbe *, Usgfw2Lib::IUsgDataView *) |
|
Usgfw2Lib::IProbe * | GetUsgProbe () |
|
Usgfw2Lib::IUsgDataView * | GetUsgDataView () |
|
| mitkClassMacroItkParent (USProbe, itk::Object) |
|
Pointer | Clone () const |
|
| mitkNewMacro1Param (Self, std::string) |
|
void | SetProbeCropping (unsigned int top, unsigned int bottom, unsigned int left, unsigned int right) |
| Sets the probe cropping. More...
|
|
USProbeCropping | GetProbeCropping () |
|
bool | IsEqualToProbe (mitk::USProbe::Pointer probe) |
| Compares this probe to another probe and returns true if they are equal in terms of name AND NAME ONLY be sure to sufficiently extend this method along with further capabilities probes. More...
|
|
void | SetDepthAndSpacing (int depth, Vector3D spacing) |
| Sets a scanning depth of the probe and the associated spacing. More...
|
|
std::map< int, Vector3D > | GetDepthsAndSpacing () |
| Gets all scanning depths and the associates spacings of the probe as an std::map with depth as key (represented by an int) and spacing as value (represented by a Vector3D) More...
|
|
void | SetDepth (int depth) |
| Sets a scanning depth of the probe with the default spacing (1,1,1). Exact spacing needs to be calibrated. More...
|
|
void | RemoveDepth (int depthToRemove) |
| Removes the given depth of the probe, if it exists. More...
|
|
void | SetSpacingForGivenDepth (int givenDepth, Vector3D spacing) |
|
Vector3D | GetSpacingForGivenDepth (int givenDepth) |
| Returns the spacing that is associated to the given depth of the probe. If spacing was not calibrated or if depth does not exist for this probe the default spacing (1,1,1) is returned. More...
|
|
bool | IsDepthAndSpacingEmpty () |
| Checks, whether the std::map m_DepthAndSpacings contains at least one depth element or not. More...
|
|
virtual std::string | GetName () |
|
virtual void | SetName (std::string _arg) |
|
virtual double | GetCurrentDepth () |
|
virtual void | SetCurrentDepth (double _arg) |
|
Specialized mitk::USProbe for handling Telemed API probe objects. It encapsulates a probe object from the Telemed API.
This class should only be instantiated by mitk::USTelemedProbesControls. Every other object can get instances of mitk::USTelemedProbe from there.
Definition at line 32 of file mitkUSTelemedProbe.h.
◆ USTelemedProbe()
mitk::USTelemedProbe::USTelemedProbe |
( |
Usgfw2Lib::IProbe * |
probe, |
|
|
Usgfw2Lib::IUsgDataView * |
dataView |
|
) |
| |
|
protected |
Constructs mitk::USTelemedProbe object with given API objects.
- Parameters
-
probe | API probe object which should be represented by the constructed object |
dataView | API data view object conected to this probe object |
◆ ~USTelemedProbe()
virtual mitk::USTelemedProbe::~USTelemedProbe |
( |
| ) |
|
|
protectedvirtual |
◆ GetUsgDataView()
Usgfw2Lib::IUsgDataView* mitk::USTelemedProbe::GetUsgDataView |
( |
| ) |
|
◆ GetUsgProbe()
Usgfw2Lib::IProbe* mitk::USTelemedProbe::GetUsgProbe |
( |
| ) |
|
◆ mitkClassMacro()
◆ mitkNewMacro2Param()
mitk::USTelemedProbe::mitkNewMacro2Param |
( |
Self |
, |
|
|
Usgfw2Lib::IProbe * |
, |
|
|
Usgfw2Lib::IUsgDataView * |
|
|
) |
| |
◆ m_UsgDataView
Usgfw2Lib::IUsgDataView* mitk::USTelemedProbe::m_UsgDataView |
|
protected |
◆ m_UsgProbe
Usgfw2Lib::IProbe* mitk::USTelemedProbe::m_UsgProbe |
|
protected |
The documentation for this class was generated from the following file: