#include <ANNx.h>
Public Member Functions | |
ANNorthRect (int dd, ANNcoord l=0, ANNcoord h=0) | |
ANNorthRect (int dd, const ANNorthRect &r) | |
ANNorthRect (int dd, ANNpoint l, ANNpoint h) | |
~ANNorthRect () | |
ANNbool | inside (int dim, ANNpoint p) |
Public Attributes | |
ANNpoint | lo |
ANNpoint | hi |
Definition at line 92 of file ANNx.h.
Definition at line 97 of file ANNx.h.
References annAllocPt(), hi, and lo.
{ lo = annAllocPt(dd, l); hi = annAllocPt(dd, h); }
ANNorthRect::ANNorthRect | ( | int | dd, |
const ANNorthRect & | r | ||
) | [inline] |
ANNorthRect::~ANNorthRect | ( | ) | [inline] |
Definition at line 114 of file ANNx.h.
References annDeallocPt(), hi, and lo.
{ annDeallocPt(lo); annDeallocPt(hi); }
Definition at line 95 of file ANNx.h.
Referenced by annAspectRatio(), annAssignRect(), ANNbd_tree::ANNbd_tree(), annBnds2Box(), annBox2Bnds(), annEnclCube(), annEnclRect(), ANNkd_tree::ANNkd_tree(), ANNorthRect(), fair_split(), ANNkd_split::getStats(), midpt_split(), sl_fair_split(), sl_midpt_split(), trySimpleShrink(), and ~ANNorthRect().
Definition at line 94 of file ANNx.h.
Referenced by annAspectRatio(), annAssignRect(), ANNbd_tree::ANNbd_tree(), annBnds2Box(), annBox2Bnds(), annEnclCube(), annEnclRect(), ANNkd_tree::ANNkd_tree(), ANNorthRect(), fair_split(), ANNkd_split::getStats(), midpt_split(), sl_fair_split(), sl_midpt_split(), trySimpleShrink(), and ~ANNorthRect().