#include <ANNx.h>
Public Member Functions | |
ANNorthRect (int dd, ANNpoint l, ANNpoint h) | |
ANNorthRect (int dd, const ANNorthRect &r) | |
ANNorthRect (int dd, ANNcoord l=0, ANNcoord h=0) | |
ANNbool | inside (int dim, ANNpoint p) |
~ANNorthRect () | |
Public Attributes | |
ANNpoint | hi |
ANNpoint | lo |
Definition at line 89 of file ANNx.h.
Definition at line 94 of file ANNx.h.
References annAllocPt(), hi, RobotExample::l, and lo.
ANNorthRect::ANNorthRect | ( | int | dd, | |
const ANNorthRect & | r | |||
) | [inline] |
Definition at line 100 of file ANNx.h.
References annCopyPt(), hi, and lo.
Definition at line 105 of file ANNx.h.
References annCopyPt(), hi, and lo.
ANNorthRect::~ANNorthRect | ( | ) | [inline] |
Definition at line 111 of file ANNx.h.
References annDeallocPt(), hi, and lo.
Definition at line 92 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(), inside(), midpt_split(), overlap(), readANN(), recReadTree(), sl_fair_split(), sl_midpt_split(), trySimpleShrink(), writeBox(), and ~ANNorthRect().
Definition at line 91 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(), inside(), midpt_split(), overlap(), readANN(), recReadTree(), sl_fair_split(), sl_midpt_split(), trySimpleShrink(), writeBox(), writeCaption(), and ~ANNorthRect().