Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitk::USImageVideoSource::USImageRoi Struct Reference

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
 

Detailed Description

Defines a region of interest by top left and bottom right corner.

Definition at line 49 of file mitkUSImageVideoSource.h.

Constructor & Destructor Documentation

◆ USImageRoi() [1/2]

mitk::USImageVideoSource::USImageRoi::USImageRoi ( )
inline

Definition at line 56 of file mitkUSImageVideoSource.h.

◆ USImageRoi() [2/2]

mitk::USImageVideoSource::USImageRoi::USImageRoi ( unsigned int  topLeftX,
unsigned int  topLeftY,
unsigned int  bottomRightX,
unsigned int  bottomRightY 
)
inline

Definition at line 58 of file mitkUSImageVideoSource.h.

Member Data Documentation

◆ bottomRightX

int mitk::USImageVideoSource::USImageRoi::bottomRightX

Definition at line 53 of file mitkUSImageVideoSource.h.

◆ bottomRightY

int mitk::USImageVideoSource::USImageRoi::bottomRightY

Definition at line 54 of file mitkUSImageVideoSource.h.

◆ topLeftX

int mitk::USImageVideoSource::USImageRoi::topLeftX

Definition at line 51 of file mitkUSImageVideoSource.h.

◆ topLeftY

int mitk::USImageVideoSource::USImageRoi::topLeftY

Definition at line 52 of file mitkUSImageVideoSource.h.


The documentation for this struct was generated from the following file: