.. index:: pair: class; P1::ImageSdk::MutableBitmapImage .. _doxid-class_p1_1_1_image_sdk_1_1_mutable_bitmap_image: template class P1::ImageSdk::MutableBitmapImage =============================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include template class MutableBitmapImage: public :ref:`P1::ImageSdk::BitmapImage` { public: // construction :target:`MutableBitmapImage`( int width, int height, :ref:`BitmapFormat` format, int alignedBits = 0, std::allocator alloc = std::allocator() ); // methods T* :target:`operator ()` (int x, int y); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // methods int64_t :ref:`ByteSize`() const; uint32_t :ref:`Stride`() const; uint32_t :ref:`BitsPerSample`() const; uint32_t :ref:`SamplesPerPixel`() const; :ref:`MSVC_ALLOW_PUBLIC_STL`(std::shared_ptr Data()); :ref:`BitmapFormat` :ref:`Format`() const; :ref:`ColorSpace` :ref:`GetColorSpace`() const; uint32_t :ref:`Width`() const; uint32_t :ref:`Height`() const; :ref:`Rect` :ref:`SourceCrop`() const;