acquire(T *buffer, uint32_t strd) | grk::grk_buffer_2d< T > | inline |
alloc(bool clear) | grk::grk_buffer_2d< T > | inline |
area(void) const | grk::grk_rectangle< uint32_t > | inline |
attach(T *buffer, uint32_t strd) | grk::grk_buffer_2d< T > | inline |
ceildiv(uint32_t den) const | grk::grk_rectangle< uint32_t > | inline |
contains(grk_point< uint32_t > pt) | grk::grk_rectangle< uint32_t > | inline |
copy(grk_buffer_2d &rhs, F filter) | grk::grk_buffer_2d< T > | inline |
copy_rect(grk_rect_u32 b) | grk::grk_buffer_2d< T > | inline |
data | grk::grk_buffer_2d< T > | |
grk_buffer_2d(T *buffer, bool ownsData, uint32_t w, uint32_t strd, uint32_t h) | grk::grk_buffer_2d< T > | inline |
grk_buffer_2d(uint32_t w, uint32_t strd, uint32_t h) | grk::grk_buffer_2d< T > | inline |
grk_buffer_2d(uint32_t w, uint32_t h) | grk::grk_buffer_2d< T > | inline |
grk_buffer_2d(grk_rect_u32 b) | grk::grk_buffer_2d< T > | inlineexplicit |
grk_buffer_2d(void) | grk::grk_buffer_2d< T > | inline |
grk_rectangle(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) | grk::grk_rectangle< uint32_t > | inline |
grk_rectangle(const grk_rectangle &rhs) | grk::grk_rectangle< uint32_t > | inline |
grk_rectangle(void) | grk::grk_rectangle< uint32_t > | inline |
grow(uint32_t boundary) | grk::grk_rectangle< uint32_t > | inline |
grow(uint32_t boundaryx, uint32_t boundaryy) | grk::grk_rectangle< uint32_t > | inline |
grow(uint32_t boundary, uint32_t maxX, uint32_t maxY) | grk::grk_rectangle< uint32_t > | inline |
grow(uint32_t boundaryx, uint32_t boundaryy, uint32_t maxX, uint32_t maxY) | grk::grk_rectangle< uint32_t > | inline |
height() const | grk::grk_rectangle< uint32_t > | inline |
intersection(const grk_rectangle< uint32_t > rhs) const | grk::grk_rectangle< uint32_t > | inline |
intersection(const grk_rectangle< uint32_t > *rhs) const | grk::grk_rectangle< uint32_t > | inline |
is_valid(void) const | grk::grk_rectangle< uint32_t > | inline |
isContainedIn(const grk_rectangle< uint32_t > rhs) const | grk::grk_rectangle< uint32_t > | inline |
non_empty(void) const | grk::grk_rectangle< uint32_t > | inline |
operator=(const grk_buffer_2d &rhs) | grk::grk_buffer_2d< T > | inline |
operator=(const grk_buffer_2d *rhs) | grk::grk_buffer_2d< T > | inline |
grk_rectangle< uint32_t >::operator=(const grk_rectangle< uint32_t > &rhs) | grk::grk_rectangle< uint32_t > | inline |
operator==(const grk_rectangle< uint32_t > &rhs) | grk::grk_rectangle< uint32_t > | inline |
owns_data | grk::grk_buffer_2d< T > | |
pan(int64_t x, int64_t y) const | grk::grk_rectangle< uint32_t > | inline |
print(void) const | grk::grk_rectangle< uint32_t > | inline |
rect_union(const grk_rectangle< uint32_t > *rhs) const | grk::grk_rectangle< uint32_t > | inline |
rect_union(const grk_rectangle< uint32_t > &rhs) const | grk::grk_rectangle< uint32_t > | inline |
rectceildivpow2(uint32_t power) const | grk::grk_rectangle< uint32_t > | inline |
set_rect(grk_rectangle< uint32_t > *rhs) | grk::grk_rectangle< uint32_t > | inline |
set_rect(grk_rectangle< uint32_t > rhs) | grk::grk_rectangle< uint32_t > | inline |
stride | grk::grk_buffer_2d< T > | |
transfer(T **buffer, bool *owns, uint32_t *strd) | grk::grk_buffer_2d< T > | inline |
width() const | grk::grk_rectangle< uint32_t > | inline |
x0 | grk::grk_rectangle< uint32_t > | |
x1 | grk::grk_rectangle< uint32_t > | |
y0 | grk::grk_rectangle< uint32_t > | |
y1 | grk::grk_rectangle< uint32_t > | |
~grk_buffer_2d() | grk::grk_buffer_2d< T > | inlinevirtual |