Mech-Eye API Reference 2.1.4-alpha
API reference documentation for Mech-Eye 3D Laser Profiler
All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | Friends | List of all members
mmind::eye::RawImage Class Reference

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
 

Detailed Description

Represents a raw image.

Definition at line 17 of file RawImage.h.

Friends And Related Symbol Documentation

◆ ProfilerImpl

friend class ProfilerImpl
friend

Definition at line 62 of file RawImage.h.


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