#include <T1Structs.h>
|
| | Codeblock (const Codeblock &rhs) |
| |
| | Codeblock () |
| |
| Codeblock & | operator= (const Codeblock &other) |
| |
| virtual | ~Codeblock () |
| |
| virtual void | clear () |
| |
| | grk_rectangle (T x0, T y0, T x1, T y1) |
| |
| | grk_rectangle (const grk_rectangle &rhs) |
| |
| | grk_rectangle (void) |
| |
| void | print (void) const |
| |
| bool | is_valid (void) const |
| |
| bool | non_empty (void) const |
| |
| bool | contains (grk_point< T > pt) |
| |
| grk_rectangle< T > & | operator= (const grk_rectangle< T > &rhs) |
| |
| bool | operator== (const grk_rectangle< T > &rhs) |
| |
| void | set_rect (grk_rectangle< T > *rhs) |
| |
| void | set_rect (grk_rectangle< T > rhs) |
| |
| grk_rectangle< T > | rectceildivpow2 (uint32_t power) const |
| |
| grk_rectangle< T > | ceildiv (uint32_t den) const |
| |
| grk_rectangle< T > | intersection (const grk_rectangle< T > rhs) const |
| |
| bool | isContainedIn (const grk_rectangle< T > rhs) const |
| |
| grk_rectangle< T > | intersection (const grk_rectangle< T > *rhs) const |
| |
| grk_rectangle< T > | rect_union (const grk_rectangle< T > *rhs) const |
| |
| grk_rectangle< T > | rect_union (const grk_rectangle< T > &rhs) const |
| |
| uint64_t | area (void) const |
| |
| T | width () const |
| |
| T | height () const |
| |
| grk_rectangle< T > | pan (int64_t x, int64_t y) const |
| |
| grk_rectangle< T > & | grow (T boundary) |
| |
| grk_rectangle< T > & | grow (T boundaryx, T boundaryy) |
| |
| grk_rectangle< T > & | grow (T boundary, T maxX, T maxY) |
| |
| grk_rectangle< T > & | grow (T boundaryx, T boundaryy, T maxX, T maxY) |
| |
◆ Codeblock() [1/2]
| grk::Codeblock::Codeblock |
( |
const Codeblock & |
rhs | ) |
|
◆ Codeblock() [2/2]
| grk::Codeblock::Codeblock |
( |
| ) |
|
◆ ~Codeblock()
| virtual grk::Codeblock::~Codeblock |
( |
| ) |
|
|
inlinevirtual |
◆ clear()
| void grk::Codeblock::clear |
( |
| ) |
|
|
virtual |
◆ operator=()
◆ compressedStream
| grk_buf grk::Codeblock::compressedStream |
◆ numbps
| uint32_t grk::Codeblock::numbps |
◆ numlenbits
| uint32_t grk::Codeblock::numlenbits |
◆ numPassesInPacket
| uint32_t grk::Codeblock::numPassesInPacket |
The documentation for this struct was generated from the following files: