Class MultiBand
template <typename GridT>
Public Functions
| Type | Name |
|---|---|
| MultiBand (int n_bands, Args... args) |
|
| MultiBand (size_t width, size_t height) |
|
| void | fill_from (const MultiBand & other, const Coordinate2D< size_t > & top_left={0, 0}) |
| size_t | height () const |
| bool | in_bounds (const Coordinate2D< size_t > & coord) const |
| GridT & | operator[] (size_t i) |
| const GridT & | operator[] (size_t i) const |
| size_t | size () const |
| size_t | width () const |
Public Functions Documentation
function MultiBand [1/2]
function MultiBand [2/2]
function fill_from
inline void MultiBand::fill_from (
const MultiBand & other,
const Coordinate2D < size_t > & top_left={0, 0}
)
function height
function in_bounds
function operator[]
function operator[]
function size
function width
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/grid/grid.hpp