Mech-Eye API 2.5.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 84 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 86 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 87 of file CommonTypes.h.
double mmind::eye::ProfileROI::height |
The Z-axis height (in mm) of the ROI.
Definition at line 95 of file CommonTypes.h.
double mmind::eye::ProfileROI::width |
The X-axis width (in mm) of the ROI.
Definition at line 94 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 93 of file CommonTypes.h.