| 
    queso-0.56.0
    
   | 
 
#include <ANNx.h>
Public Member Functions | |
| ANNorthHalfSpace () | |
| ANNorthHalfSpace (int cdd, ANNcoord cvv, int sdd) | |
| ANNbool | in (ANNpoint q) const | 
| ANNbool | out (ANNpoint q) const | 
| ANNdist | dist (ANNpoint q) const | 
| void | setLowerBound (int d, ANNpoint p) | 
| void | setUpperBound (int d, ANNpoint p) | 
| void | project (ANNpoint &q) | 
Public Attributes | |
| int | cd | 
| ANNcoord | cv | 
| int | sd | 
      
  | 
  inline | 
| int ANNorthHalfSpace::cd | 
Definition at line 134 of file ANNx.h.
Referenced by annBox2Bnds(), ANNorthHalfSpace(), dist(), in(), out(), ANNbd_shrink::print(), project(), setLowerBound(), and setUpperBound().
| ANNcoord ANNorthHalfSpace::cv | 
Definition at line 135 of file ANNx.h.
Referenced by annBox2Bnds(), ANNorthHalfSpace(), dist(), in(), out(), project(), setLowerBound(), and setUpperBound().
| int ANNorthHalfSpace::sd | 
Definition at line 136 of file ANNx.h.
Referenced by annBox2Bnds(), ANNorthHalfSpace(), in(), out(), ANNbd_shrink::print(), setLowerBound(), and setUpperBound().