GranOO  3.0
A robust and versatile workbench to build 3D dynamic simulations based on the Discrete Element Method
Public Attributes | List of all members
AABBNode Struct Reference

#include <StaticAABBTree.hpp>

Public Attributes

double location [3]
 
unsigned int aabb = -1
 
int height = 0
 
unsigned int depth = 0
 
unsigned int parentNode = -1
 
unsigned int leftNode = -1
 
unsigned int rightNode = -1
 
unsigned int nextFree = -1
 
bool isActive = false
 
bool isCrossed = false
 

Member Data Documentation

◆ aabb

unsigned int AABBNode::aabb = -1

◆ depth

unsigned int AABBNode::depth = 0

◆ height

int AABBNode::height = 0

◆ isActive

bool AABBNode::isActive = false

◆ isCrossed

bool AABBNode::isCrossed = false

◆ leftNode

unsigned int AABBNode::leftNode = -1

◆ location

double AABBNode::location[3]

◆ nextFree

unsigned int AABBNode::nextFree = -1

◆ parentNode

unsigned int AABBNode::parentNode = -1

◆ rightNode

unsigned int AABBNode::rightNode = -1

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