Skip to content

Struct Argos::AABBTree::Node

ClassList > Node

Public Attributes

Type Name
std::size_t begin
AABB box
std::size_t end
std::unique_ptr< Node > left
std::unique_ptr< Node > right

Public Functions

Type Name
bool isLeaf () const

Public Attributes Documentation

variable begin

std::size_t Argos::AABBTree::Node::begin;

variable box

AABB Argos::AABBTree::Node::box;

variable end

std::size_t Argos::AABBTree::Node::end;

variable left

std::unique_ptr<Node> Argos::AABBTree::Node::left;

variable right

std::unique_ptr<Node> Argos::AABBTree::Node::right;

Public Functions Documentation

function isLeaf

bool Node::isLeaf () const


The documentation for this class was generated from the following file include/structure/AABBTree.h