Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Defines a region of interest by top left and bottom right corner. More...
#include <mitkUSImageVideoSource.h>
Public Member Functions | |
USImageRoi () | |
USImageRoi (unsigned int topLeftX, unsigned int topLeftY, unsigned int bottomRightX, unsigned int bottomRightY) | |
Public Attributes | |
int | topLeftX |
int | topLeftY |
int | bottomRightX |
int | bottomRightY |
Defines a region of interest by top left and bottom right corner.
Definition at line 53 of file mitkUSImageVideoSource.h.
|
inline |
Definition at line 60 of file mitkUSImageVideoSource.h.
|
inline |
Definition at line 62 of file mitkUSImageVideoSource.h.
int mitk::USImageVideoSource::USImageRoi::bottomRightX |
Definition at line 57 of file mitkUSImageVideoSource.h.
Referenced by mitk::USImageVideoSource::SetRegionOfInterest(), mitk::USDevicePersistence::StringToUSVideoDevice(), and mitk::USDevicePersistence::USVideoDeviceToString().
int mitk::USImageVideoSource::USImageRoi::bottomRightY |
Definition at line 58 of file mitkUSImageVideoSource.h.
Referenced by mitk::USImageVideoSource::SetRegionOfInterest(), mitk::USDevicePersistence::StringToUSVideoDevice(), and mitk::USDevicePersistence::USVideoDeviceToString().
int mitk::USImageVideoSource::USImageRoi::topLeftX |
Definition at line 55 of file mitkUSImageVideoSource.h.
Referenced by mitk::USImageVideoSource::SetRegionOfInterest(), mitk::USDevicePersistence::StringToUSVideoDevice(), and mitk::USDevicePersistence::USVideoDeviceToString().
int mitk::USImageVideoSource::USImageRoi::topLeftY |
Definition at line 56 of file mitkUSImageVideoSource.h.
Referenced by mitk::USImageVideoSource::SetRegionOfInterest(), mitk::USDevicePersistence::StringToUSVideoDevice(), and mitk::USDevicePersistence::USVideoDeviceToString().