#include <iomanip>
#include <stereo_wall_detection/ANN/ANN.h>
Go to the source code of this file.
Classes | |
class | ANNorthHalfSpace |
class | ANNorthRect |
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 | annAssignRect (int dim, ANNorthRect &dest, const ANNorthRect &source) |
void | annError (const char *msg, ANNerr level) |
void | annPrintPt (ANNpoint pt, int dim, std::ostream &out) |
Variables | |
int | ANNmaxPtsVisited |
int | ANNptsVisited |
typedef ANNorthHalfSpace* ANNorthHSArray |
void annAssignRect | ( | int | dim, | |
ANNorthRect & | dest, | |||
const ANNorthRect & | source | |||
) |
int ANNmaxPtsVisited |
int ANNptsVisited |