GetData
Function Usage
Obtains the memory data pointer of the Image class object.
Prototype
std::shared_ptr<uint8_t> GetData() const;
Return Parameter Description
Data Structure |
Description |
|---|---|
std::shared_ptr<uint8_t> |
Returns the smart pointer to the memory data. |
Parent topic: Image