GetData

Function Usage

Obtains the memory data pointer of the Image object.

Prototype

1
std::shared_ptr<uint8_t> Image::GetData() const;

Response Parameters

Data Structure

Description

std::shared_ptr<uint8_t>

Returns the smart pointer to the memory data.