![]() |
Mech-Eye API Reference 2.1.4-alpha
API reference documentation for Mech-Eye 3D Laser Profiler
|
Represents a raw image. More...
#include <RawImage.h>
Public Member Functions | |
MMIND_API_EXPORT | RawImage () |
Constructor. | |
MMIND_API_EXPORT | ~RawImage () |
Destructor. | |
MMIND_API_EXPORT | RawImage (const RawImage &image) |
Copy constructor. | |
MMIND_API_EXPORT size_t | width () const |
Returns the width of the RawImage object (number of pixel columns in the raw image). | |
MMIND_API_EXPORT size_t | height () const |
Returns the height of the RawImage object (number of pixel rows in the raw image). | |
MMIND_API_EXPORT bool | isEmpty () const |
Checks if the RawImage object has no elements. | |
MMIND_API_EXPORT void | clear () |
Clears the data in the RawImage object. | |
MMIND_API_EXPORT RawImageData | getData () const |
Gets the raw image data. | |
Friends | |
class | ProfilerImpl |
Represents a raw image.
Definition at line 17 of file RawImage.h.
|
friend |
Definition at line 62 of file RawImage.h.