Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CBC_CommonByteMatrix Class Referencefinal

#include <BC_CommonByteMatrix.h>

+ Collaboration diagram for CBC_CommonByteMatrix:

Public Member Functions

 CBC_CommonByteMatrix (size_t width, size_t height)
 
 ~CBC_CommonByteMatrix ()
 
size_t GetWidth () const
 
size_t GetHeight () const
 
pdfium::span< const uint8_t > GetArray () const
 
DataVector< uint8_t > TakeArray ()
 
uint8_t Get (size_t x, size_t y) const
 
void Set (size_t x, size_t y, uint8_t value)
 
void Fill (uint8_t value)
 

Detailed Description

Definition at line 15 of file BC_CommonByteMatrix.h.

Constructor & Destructor Documentation

◆ CBC_CommonByteMatrix()

CBC_CommonByteMatrix::CBC_CommonByteMatrix ( size_t width,
size_t height )

Definition at line 31 of file BC_CommonByteMatrix.cpp.

References CBC_CommonByteMatrix().

Referenced by CBC_CommonByteMatrix().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CBC_CommonByteMatrix()

CBC_CommonByteMatrix::~CBC_CommonByteMatrix ( )
default

Member Function Documentation

◆ Fill()

void CBC_CommonByteMatrix::Fill ( uint8_t value)

Definition at line 57 of file BC_CommonByteMatrix.cpp.

Referenced by CBC_QRCoderMatrixUtil::BuildMatrix().

+ Here is the caller graph for this function:

◆ Get()

uint8_t CBC_CommonByteMatrix::Get ( size_t x,
size_t y ) const

Definition at line 45 of file BC_CommonByteMatrix.cpp.

◆ GetArray()

pdfium::span< const uint8_t > CBC_CommonByteMatrix::GetArray ( ) const
inline

Definition at line 22 of file BC_CommonByteMatrix.h.

◆ GetHeight()

size_t CBC_CommonByteMatrix::GetHeight ( ) const
inline

Definition at line 21 of file BC_CommonByteMatrix.h.

◆ GetWidth()

size_t CBC_CommonByteMatrix::GetWidth ( ) const
inline

Definition at line 20 of file BC_CommonByteMatrix.h.

◆ Set()

void CBC_CommonByteMatrix::Set ( size_t x,
size_t y,
uint8_t value )

Definition at line 51 of file BC_CommonByteMatrix.cpp.

◆ TakeArray()

DataVector< uint8_t > CBC_CommonByteMatrix::TakeArray ( )

Definition at line 41 of file BC_CommonByteMatrix.cpp.


The documentation for this class was generated from the following files: