AURobotServers  4
Public Member Functions | Public Attributes | List of all members
QuadTreePoint Class Reference

#include <LEL_quadtree.h>

Public Member Functions

void blankHit (float weight)
 
void copyExtra (QuadTreePoint *point)
 
 QuadTreePoint (float x, float y, float weight=1)
 

Public Attributes

bool compound
 
float weight
 
float x
 
float y
 

Constructor & Destructor Documentation

QuadTreePoint::QuadTreePoint ( float  x,
float  y,
float  weight = 1 
)
inline

References weight, x, and y.

Referenced by QuadTreeLeaf::QuadTreeLeaf().

Member Function Documentation

void QuadTreePoint::blankHit ( float  weight)
inline

References weight.

void QuadTreePoint::copyExtra ( QuadTreePoint point)
inline

Member Data Documentation

bool QuadTreePoint::compound
float QuadTreePoint::weight
float QuadTreePoint::x
float QuadTreePoint::y

The documentation for this class was generated from the following file: