class P1::ImageSdk::BitmapBase

Overview

#include <P1ImageBitmapImage.hpp>

class BitmapBase
{
public:
    // methods

    uint32_t ByteSize() const;
    MSVC_ALLOW_PUBLIC_STL(std::shared_ptr<uint8_t>  Data());
};

// direct descendants

class BitmapImage;
class SensorBayerOutput;

Detailed Documentation

Methods

uint32_t ByteSize() const

Size of the data array, in bytes.

MSVC_ALLOW_PUBLIC_STL(std::shared_ptr<uint8_t>  Data())

1-dimensional array of pixel data, in row-major order