|
Grok 15.1.0
|
This is the complete list of members for grk::grk_rect< T >, including all inherited members.
| absoluteCoordinates | grk::grk_rect< T > | |
| area(void) const | grk::grk_rect< T > | inline |
| boundsString() const | grk::grk_rect< T > | inline |
| clip(const grk_rect< T > *rhs) const | grk::grk_rect< T > | inline |
| clip(const grk_rect< T > &rhs) const | grk::grk_rect< T > | inline |
| clip_IN_PLACE(const grk_rect< T > &rhs) | grk::grk_rect< T > | inline |
| contains(grk_pt< T > pt) | grk::grk_rect< T > | inline |
| contains(T x, T y) | grk::grk_rect< T > | inline |
| dimX() const | grk::grk_rect< T > | inline |
| dimY() const | grk::grk_rect< T > | inline |
| empty(void) const | grk::grk_rect< T > | inline |
| grk_rect(T origin_x0, T origin_y0, T x0, T y0, T x1, T y1) | grk::grk_rect< T > | inline |
| grk_rect(T x0, T y0, T x1, T y1) | grk::grk_rect< T > | inline |
| grk_rect(const grk_rect &rhs) | grk::grk_rect< T > | inline |
| grk_rect(const grk_rect *rhs) | grk::grk_rect< T > | inline |
| grk_rect(void) | grk::grk_rect< T > | inline |
| grow_IN_PLACE(T boundary) | grk::grk_rect< T > | inline |
| grow_IN_PLACE(T boundaryx, T boundaryy) | grk::grk_rect< T > | inline |
| grow_IN_PLACE(T boundary, T maxX, T maxY) | grk::grk_rect< T > | inline |
| grow_IN_PLACE(T boundaryx, T boundaryy, T maxX, T maxY) | grk::grk_rect< T > | inline |
| grow_IN_PLACE(T boundary, grk_rect< T > bounds) | grk::grk_rect< T > | inline |
| grow_IN_PLACE(T boundaryx, T boundaryy, grk_rect< T > bounds) | grk::grk_rect< T > | inline |
| height() const | grk::grk_rect< T > | inline |
| intersection(const grk_rect< T > rhs) const | grk::grk_rect< T > | inline |
| intersection(const grk_rect< T > *rhs) const | grk::grk_rect< T > | inline |
| isContainedIn(const grk_rect< T > rhs) const | grk::grk_rect< T > | inline |
| nonEmptyIntersection(const grk_rect< T > *rhs) const | grk::grk_rect< T > | inline |
| operator=(const grk_rect< T > &rhs) | grk::grk_rect< T > | inline |
| operator=(const grk_rect< T > *rhs) | grk::grk_rect< T > | inline |
| operator==(const grk_rect< T > &rhs) const | grk::grk_rect< T > | inline |
| origin_x0 | grk::grk_rect< T > | |
| origin_y0 | grk::grk_rect< T > | |
| pan(int64_t x, int64_t y) const | grk::grk_rect< T > | inline |
| pan_IN_PLACE(int64_t x, int64_t y) | grk::grk_rect< T > | inline |
| parityX(void) const | grk::grk_rect< T > | inline |
| parityY(void) const | grk::grk_rect< T > | inline |
| print(void) const | grk::grk_rect< T > | inlinevirtual |
| rectUnion(const grk_rect< T > *rhs) const | grk::grk_rect< T > | inline |
| rectUnion(const grk_rect< T > &rhs) const | grk::grk_rect< T > | inline |
| scale(uint32_t scalex, uint32_t scaley) const | grk::grk_rect< T > | inline |
| scaleDown(uint64_t denx, uint64_t deny) const | grk::grk_rect< T > | inline |
| scaleDownCeil(uint32_t den) const | grk::grk_rect< T > | inline |
| scaleDownCeil(uint64_t denx, uint64_t deny) const | grk::grk_rect< T > | inline |
| scaleDownCeilPow2(uint32_t power) const | grk::grk_rect< T > | inline |
| scaleDownCeilPow2(uint32_t powx, uint32_t powy) const | grk::grk_rect< T > | inline |
| scaleDownPow2(uint32_t powx, uint32_t powy) const | grk::grk_rect< T > | inline |
| scaleDownPow2(grk_pt< T > pow) const | grk::grk_rect< T > | inline |
| setOrigin(T origx, T origy, bool absolute) | grk::grk_rect< T > | inline |
| setOrigin(grk_rect< T > &rhs, bool absolute) | grk::grk_rect< T > | inline |
| setOrigin(grk_rect< T > *rhs, bool absolute) | grk::grk_rect< T > | inline |
| setRect(grk_rect< T > *rhs) | grk::grk_rect< T > | inline |
| setRect(grk_rect< T > rhs) | grk::grk_rect< T > | inline |
| toAbsolute(void) | grk::grk_rect< T > | inline |
| toRelative(void) | grk::grk_rect< T > | inline |
| valid(void) const | grk::grk_rect< T > | inline |
| width() const | grk::grk_rect< T > | inline |
| x0 | grk::grk_rect< T > | |
| x1 | grk::grk_rect< T > | |
| y0 | grk::grk_rect< T > | |
| y1 | grk::grk_rect< T > | |
| ~grk_rect()=default | grk::grk_rect< T > | virtual |