Nebula
Loading...
Searching...
No Matches
Util::OccupancyQuadTree::Node Struct Reference

#include <occupancyquadtree.h>

Public Member Functions

 Node ()

Public Attributes

NodetopLeft
NodetopRight
NodebottomLeft
NodebottomRight
bool occupied
uint occupancyCounter
uint size
uint x
uint y

Constructor & Destructor Documentation

◆ Node()

Util::OccupancyQuadTree::Node::Node ( )
inline

Member Data Documentation

◆ bottomLeft

Node* Util::OccupancyQuadTree::Node::bottomLeft

◆ bottomRight

Node* Util::OccupancyQuadTree::Node::bottomRight

◆ occupancyCounter

uint Util::OccupancyQuadTree::Node::occupancyCounter

◆ occupied

bool Util::OccupancyQuadTree::Node::occupied

◆ size

uint Util::OccupancyQuadTree::Node::size

◆ topLeft

Node* Util::OccupancyQuadTree::Node::topLeft

◆ topRight

Node* Util::OccupancyQuadTree::Node::topRight

◆ x

uint Util::OccupancyQuadTree::Node::x

◆ y

uint Util::OccupancyQuadTree::Node::y

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