|
MITK-IGT
IGT Extension of MITK
|
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 49 of file mitkUSImageVideoSource.h.
|
inline |
Definition at line 56 of file mitkUSImageVideoSource.h.
|
inline |
Definition at line 58 of file mitkUSImageVideoSource.h.
| int mitk::USImageVideoSource::USImageRoi::bottomRightX |
Definition at line 53 of file mitkUSImageVideoSource.h.
| int mitk::USImageVideoSource::USImageRoi::bottomRightY |
Definition at line 54 of file mitkUSImageVideoSource.h.
| int mitk::USImageVideoSource::USImageRoi::topLeftX |
Definition at line 51 of file mitkUSImageVideoSource.h.
| int mitk::USImageVideoSource::USImageRoi::topLeftY |
Definition at line 52 of file mitkUSImageVideoSource.h.