Grok 20.3.2
grk::Rect< T > Member List

This is the complete list of members for grk::Rect< T >, including all inherited members.

absoluteCoordinatesgrk::Rect< T >
area(void) constgrk::Rect< T >inline
clip(const Rect *rhs) constgrk::Rect< T >inline
clip(const Rect32_16 &rhs) constgrk::Rect< T >inline
clip(const Rect32_16 *rhs) constgrk::Rect< T >inline
clip(const Rect &rhs) constgrk::Rect< T >inline
clip_IN_PLACE(const Rect &rhs)grk::Rect< T >inline
contains(Point< T > pt)grk::Rect< T >inline
contains(T x, T y)grk::Rect< T >inline
dimX() constgrk::Rect< T >inline
dimY() constgrk::Rect< T >inline
empty(void) constgrk::Rect< T >inline
grow_IN_PLACE(T boundary)grk::Rect< T >inline
grow_IN_PLACE(T boundaryx, T boundaryy)grk::Rect< T >inline
grow_IN_PLACE(T boundary, T maxX, T maxY)grk::Rect< T >inline
grow_IN_PLACE(T boundaryx, T boundaryy, T maxX, T maxY)grk::Rect< T >inline
grow_IN_PLACE(T boundary, const Rect< T > &bounds)grk::Rect< T >inline
grow_IN_PLACE(T boundaryx, T boundaryy, Rect bounds)grk::Rect< T >inline
height() constgrk::Rect< T >inline
intersection(const Rect< T > &rhs) constgrk::Rect< T >inline
intersection(const Rect *rhs) constgrk::Rect< T >inline
nonEmptyIntersection(const Rect *rhs) constgrk::Rect< T >inline
nonEmptyIntersection(const Rect32_16 *rhs) constgrk::Rect< T >inline
operator!=(const Rect &other) constgrk::Rect< T >inline
operator=(const Rect &rhs)grk::Rect< T >inline
operator=(const Rect *rhs)grk::Rect< T >inline
operator==(const Rect &rhs) constgrk::Rect< T >inline
origin_x0grk::Rect< T >
origin_y0grk::Rect< T >
pan(int64_t x, int64_t y) constgrk::Rect< T >inline
pan_IN_PLACE(int64_t x, int64_t y)grk::Rect< T >inline
print(void) constgrk::Rect< T >inlinevirtual
Rect(T origin_x0, T origin_y0, T x0, T y0, T x1, T y1)grk::Rect< T >inline
Rect(T x0, T y0, T x1, T y1)grk::Rect< T >inline
Rect(const Rect &rhs)grk::Rect< T >inline
Rect(const Rect *rhs)grk::Rect< T >inlineexplicit
Rect(void)grk::Rect< T >inline
rectUnion(const Rect *rhs) constgrk::Rect< T >inline
rectUnion(const Rect &rhs) constgrk::Rect< T >inline
scale(uint32_t scalex, uint32_t scaley) constgrk::Rect< T >inline
scaleDown(uint64_t denx, uint64_t deny) constgrk::Rect< T >inline
scaleDownCeil(uint32_t den) constgrk::Rect< T >inline
scaleDownCeil(uint64_t denx, uint64_t deny) constgrk::Rect< T >inline
scaleDownCeilPow2(uint8_t power) constgrk::Rect< T >inline
scaleDownCeilPow2(uint8_t powx, uint8_t powy) constgrk::Rect< T >inline
scaleDownPow2(uint8_t powx, uint8_t powy) constgrk::Rect< T >inline
scaleDownPow2(Point8 pow) constgrk::Rect< T >inline
setOrigin(T origx, T origy, bool absolute)grk::Rect< T >inline
setOrigin(const Rect< T > &rhs, bool absolute)grk::Rect< T >inline
setOrigin(const Rect< T > *rhs, bool absolute)grk::Rect< T >inline
setRect(const Rect *rhs)grk::Rect< T >inline
setRect(const Rect &rhs)grk::Rect< T >inline
toAbsolute(void)grk::Rect< T >inline
toRelative(void)grk::Rect< T >inline
valid(void) constgrk::Rect< T >inline
width() constgrk::Rect< T >inline
x0grk::Rect< T >
x1grk::Rect< T >
y0grk::Rect< T >
y1grk::Rect< T >
~Rect()=defaultgrk::Rect< T >virtual