Medical Imaging Interaction Toolkit  2016.11.0
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 53 of file mitkUSImageVideoSource.h.

Constructor & Destructor Documentation

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

Definition at line 60 of file mitkUSImageVideoSource.h.

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

Definition at line 62 of file mitkUSImageVideoSource.h.

Member Data Documentation


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