#include <qtmorph.h>
Public Member Functions | |
| QUADTREE (const UINT32 width, const UINT32 height) | |
| ~QUADTREE () | |
| GRIDLEVEL * | GetLevel (const UINT8 power) |
| const UINT8 | GetRootPower () const |
| const UINT8 | GetBasePower () const |
| const UINT32 | GetRootCount () const |
| const UINT32 | GetCountAtPower (const UINT8 power) const |
| const UINT32 | GetBaseCount () const |
| GRIDLET * | GetRootGridlet (const UINT32 index) |
| GRIDLET * | GetGridletAtPower (const UINT8 power, const UINT32 index) |
| GRIDLET * | GetBaseGridlet (const UINT32 index) |
| const INT32 | GetX () const |
| const INT32 | GetY () const |
| const UINT32 | GetWidth () const |
| const UINT32 | GetHeight () const |
| bool | IsInitialized () const |
Definition at line 575 of file qtmorph.h.
|
||||||||||||
|
|
|
|
|
|
|
Get power of gridlet's size for the most lower level (base).
|
|
|
Get pointer to gridlet for given index for the most lower level (base).
|
|
|
Get power of gridlet's size for the most lower level (base).
|
|
|
Get number of gridlets for level with given power of gridlet's size.
|
|
||||||||||||
|
Get pointer to gridlet for given index for level with given power of gridlet's size.
|
|
|
Get height of quadtree in raster coordinates.
|
|
|
Get gridlevel for given power of gridlet's size.
|
|
|
Get number of gridlets for the most upper level (root).
|
|
|
Get pointer to gridlet for given index for the most upper level (root).
|
|
|
Get power of gridlet's size for the most upper level (root).
|
|
|
Get width of quadtree in raster coordinates.
|
|
|
Get x coordinate of upper left corner of quadtree in raster coordinates.
|
|
|
Get y coordinate of upper left corner of quadtree in raster coordinates.
|
|
|
Is object properly initialized.
|
1.3.4-20031026