Mech-Eye API 2.4.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Describes the region of interest (ROI) of a laser profiler. More...
#include <CommonTypes.h>
Public Member Functions | |
constexpr | ProfileROI (double xAxisCenter, double width, double height) |
bool | operator== (const ProfileROI &other) |
Public Attributes | |
double | xAxisCenter |
The position (in mm) of the ROI's center on the X-axis. | |
double | width |
The X-axis width (in mm) of the ROI. | |
double | height |
The Z-axis height (in mm) of the ROI. | |
Describes the region of interest (ROI) of a laser profiler.
Definition at line 73 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 75 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 76 of file CommonTypes.h.
double mmind::eye::ProfileROI::height |
The Z-axis height (in mm) of the ROI.
Definition at line 84 of file CommonTypes.h.
double mmind::eye::ProfileROI::width |
The X-axis width (in mm) of the ROI.
Definition at line 83 of file CommonTypes.h.
double mmind::eye::ProfileROI::xAxisCenter |
The position (in mm) of the ROI's center on the X-axis.
Definition at line 82 of file CommonTypes.h.