Class GridGraph
template <typename T>
Public Functions
| Type | Name |
|---|---|
| GridGraph (const Grid< U > & grid) |
|
| size_t | height () const |
| Grid< T > & | horizontal () |
| const Grid< T > & | horizontal () const |
| bool | in_bounds (const LineCoord2D< U > & coord) const |
| const T & | operator[] (const LineCoord2D< size_t > & coord) const |
| T & | operator[] (const LineCoord2D< size_t > & coord) |
| Grid< T > & | vertical () |
| const Grid< T > & | vertical () const |
| size_t | width () const |
Public Functions Documentation
function GridGraph
function height
function horizontal [1/2]
function horizontal [2/2]
function in_bounds
function operator[]
function operator[]
function vertical [1/2]
function vertical [2/2]
function width
Friends Documentation
friend operator<<
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/grid/grid.hpp