Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Struct to define a probe specific ultrasound image cropping. More...
#include <mitkUSProbe.h>
Public Member Functions | |
USProbeCropping_ () | |
USProbeCropping_ (unsigned int top, unsigned int bottom, unsigned int left, unsigned int right) | |
Public Attributes | |
unsigned int | top |
unsigned int | bottom |
unsigned int | left |
unsigned int | right |
Struct to define a probe specific ultrasound image cropping.
Definition at line 41 of file mitkUSProbe.h.
|
inline |
Definition at line 48 of file mitkUSProbe.h.
|
inline |
Definition at line 51 of file mitkUSProbe.h.
unsigned int mitk::USProbe::USProbeCropping_::bottom |
Definition at line 44 of file mitkUSProbe.h.
unsigned int mitk::USProbe::USProbeCropping_::left |
Definition at line 45 of file mitkUSProbe.h.
unsigned int mitk::USProbe::USProbeCropping_::right |
Definition at line 46 of file mitkUSProbe.h.
unsigned int mitk::USProbe::USProbeCropping_::top |
Definition at line 43 of file mitkUSProbe.h.