|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_base.h>
Public Member Functions | |
| bool | operator== (const rect &a) const |
| bool | operator!= (const rect &a) const |
Public Attributes | |
| point | org |
| size | siz |
Definition at line 64 of file ojph_base.h.
|
inline |
Definition at line 74 of file ojph_base.h.
|
inline |
Definition at line 69 of file ojph_base.h.
References ojph::size::h, org, siz, ojph::size::w, ojph::point::x, and ojph::point::y.
| point ojph::rect::org |
Definition at line 66 of file ojph_base.h.
Referenced by ojph::local::codestream::finalize_alloc(), ojph::local::resolution::finalize_alloc(), ojph::local::subband::get_cb_indices(), operator==(), ojph::local::codestream::pre_alloc(), ojph::local::resolution::pre_alloc(), and ojph::local::tile::pre_alloc().
| size ojph::rect::siz |
Definition at line 67 of file ojph_base.h.
Referenced by ojph::local::codestream::finalize_alloc(), ojph::local::resolution::finalize_alloc(), ojph::local::subband::get_cb_indices(), operator==(), ojph::local::codestream::pre_alloc(), ojph::local::resolution::pre_alloc(), and ojph::local::tile::pre_alloc().