#include <iomanip>
#include <ann/ANN.h>
Go to the source code of this file.
Classes | |
class | ANNorthRect |
class | ANNorthHalfSpace |
Typedefs | |
typedef ANNorthHalfSpace * | ANNorthHSArray |
Enumerations | |
enum | { ANN_LO = 0, ANN_HI = 1 } |
enum | { ANN_IN = 0, ANN_OUT = 1 } |
enum | ANNerr { ANNwarn = 0, ANNabort = 1 } |
Functions | |
void | annError (const char *msg, ANNerr level) |
void | annPrintPt (ANNpoint pt, int dim, std::ostream &out) |
void | annAssignRect (int dim, ANNorthRect &dest, const ANNorthRect &source) |
Variables | |
int | ANNmaxPtsVisited |
int | ANNptsVisited |
typedef ANNorthHalfSpace* ANNorthHSArray |
void annAssignRect | ( | int | dim, |
ANNorthRect & | dest, | ||
const ANNorthRect & | source | ||
) |
void annError | ( | const char * | msg, |
ANNerr | level | ||
) |
Referenced by ANNpr_queue::insert().
void annPrintPt | ( | ANNpoint | pt, |
int | dim, | ||
std::ostream & | out | ||
) |
int ANNmaxPtsVisited |
int ANNptsVisited |
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |