Skip to content

Class GridData

ClassList > GridData

Inherited by the following classes: Grid, FlexGrid, Grid, ImgGrid

Public Functions

Type Name
GridData (size_t width, size_t height)
size_t height () const
bool in_bounds (const Coordinate2D< size_t > & coord) const
size_t width () const

Protected Attributes

Type Name
size_t m_height
size_t m_width

Public Functions Documentation

function GridData

inline GridData::GridData (
    size_t width,
    size_t height
) 

function height

inline size_t GridData::height () const

function in_bounds

inline bool GridData::in_bounds (
    const  Coordinate2D < size_t > & coord
) const

function width

inline size_t GridData::width () const

Protected Attributes Documentation

variable m_height

size_t GridData::m_height;

variable m_width

size_t GridData::m_width;


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/grid/grid.hpp