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

#include <LEL_quadtree.h>

Public Member Functions

 QuadTreeLeaf (float x, float y, float weight)
 
 QuadTreeLeaf (QuadTreeNode *node)
 
 ~QuadTreeLeaf ()
 

Public Attributes

bool isNode
 
union {
   QuadTreeNode *   node
 
   QuadTreePoint *   point
 
pointers
 

Constructor & Destructor Documentation

QuadTreeLeaf::QuadTreeLeaf ( float  x,
float  y,
float  weight 
)
inline
QuadTreeLeaf::QuadTreeLeaf ( QuadTreeNode node)
inline

References pointers.

QuadTreeLeaf::~QuadTreeLeaf ( )
inline

References pointers.

Member Data Documentation

bool QuadTreeLeaf::isNode

Referenced by checkNode().

QuadTreeNode* QuadTreeLeaf::node
QuadTreePoint* QuadTreeLeaf::point

Referenced by checkNode().

union { ... } QuadTreeLeaf::pointers

Referenced by checkNode().


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