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_CommonBitMatrix Class Reference

#include <BC_CommonBitMatrix.h>

+ Collaboration diagram for CBC_CommonBitMatrix:

Public Member Functions

 CBC_CommonBitMatrix (size_t width, size_t height)
 
 ~CBC_CommonBitMatrix ()
 
bool Get (size_t x, size_t y) const
 
void Set (size_t x, size_t y)
 

Detailed Description

Definition at line 15 of file BC_CommonBitMatrix.h.

Constructor & Destructor Documentation

◆ CBC_CommonBitMatrix()

CBC_CommonBitMatrix::CBC_CommonBitMatrix ( size_t width,
size_t height )

Definition at line 28 of file BC_CommonBitMatrix.cpp.

References CBC_CommonBitMatrix().

Referenced by CBC_CommonBitMatrix().

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

◆ ~CBC_CommonBitMatrix()

CBC_CommonBitMatrix::~CBC_CommonBitMatrix ( )
default

Member Function Documentation

◆ Get()

bool CBC_CommonBitMatrix::Get ( size_t x,
size_t y ) const

Definition at line 37 of file BC_CommonBitMatrix.cpp.

◆ Set()

void CBC_CommonBitMatrix::Set ( size_t x,
size_t y )

Definition at line 42 of file BC_CommonBitMatrix.cpp.


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