.. index:: pair: class; P1::ImageSdk::BitmapBase .. _doxid-class_p1_1_1_image_sdk_1_1_bitmap_base: class P1::ImageSdk::BitmapBase ============================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class BitmapBase { public: // methods int64_t :ref:`ByteSize`() const; uint32_t :target:`Stride`() const; uint32_t :target:`BitsPerSample`() const; uint32_t :target:`SamplesPerPixel`() const; :ref:`MSVC_ALLOW_PUBLIC_STL`(std::shared_ptr Data()); }; // direct descendants class :ref:`BitmapImage`; class :ref:`SensorBayerOutput`; .. _details-class_p1_1_1_image_sdk_1_1_bitmap_base: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Methods ------- .. index:: pair: function; ByteSize .. _doxid-class_p1_1_1_image_sdk_1_1_bitmap_base_1a04af92695c1a64c06a7fb9895ba2b5d2: .. ref-code-block:: cpp :class: doxyrest-title-code-block int64_t ByteSize() const :ref:`Size ` of the data array, in bytes. .. index:: pair: function; MSVC_ALLOW_PUBLIC_STL .. _doxid-class_p1_1_1_image_sdk_1_1_bitmap_base_1acd132389e1d44e76f90a110d9f647f58: .. ref-code-block:: cpp :class: doxyrest-title-code-block MSVC_ALLOW_PUBLIC_STL(std::shared_ptr Data()) 1-dimensional array of pixel data, in row-major order