#include <mrpt/otherlibs/ann/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 |
ANNorthHalfSpace::ANNorthHalfSpace | ( | ) | [inline] |
ANNorthHalfSpace::ANNorthHalfSpace | ( | int | cdd, |
ANNcoord | cvv, | ||
int | sdd | ||
) | [inline] |
void ANNorthHalfSpace::project | ( | ANNpoint & | q | ) | [inline] |
void ANNorthHalfSpace::setLowerBound | ( | int | d, |
ANNpoint | p | ||
) | [inline] |
void ANNorthHalfSpace::setUpperBound | ( | int | d, |
ANNpoint | p | ||
) | [inline] |
Definition at line 132 of file ANNx.h.
Referenced by ANNorthHalfSpace(), dist(), in(), out(), project(), setLowerBound(), and setUpperBound().
Definition at line 133 of file ANNx.h.
Referenced by ANNorthHalfSpace(), dist(), in(), out(), project(), setLowerBound(), and setUpperBound().
Definition at line 134 of file ANNx.h.
Referenced by ANNorthHalfSpace(), in(), out(), setLowerBound(), and setUpperBound().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |