TDME2 1.9.121
Public Attributes | List of all members
OctTreePartition::PartitionTreeNode Struct Reference
Collaboration diagram for OctTreePartition::PartitionTreeNode:
Collaboration graph

Public Attributes

float partitionSize
 
int32_t x
 
int32_t y
 
int32_t z
 
PartitionTreeNodeparent { nullptr }
 
BoundingBox bv
 
list< PartitionTreeNodesubNodes
 
unordered_map< string, PartitionTreeNode * > subNodesByCoordinate
 
vector< Entity * > partitionEntities
 

Detailed Description

Definition at line 42 of file OctTreePartition.h.

Member Data Documentation

◆ bv

Definition at line 56 of file OctTreePartition.h.

◆ parent

PartitionTreeNode* parent { nullptr }

Definition at line 53 of file OctTreePartition.h.

◆ partitionEntities

vector<Entity*> partitionEntities

Definition at line 65 of file OctTreePartition.h.

◆ partitionSize

float partitionSize

Definition at line 45 of file OctTreePartition.h.

◆ subNodes

list<PartitionTreeNode> subNodes

Definition at line 59 of file OctTreePartition.h.

◆ subNodesByCoordinate

unordered_map<string, PartitionTreeNode*> subNodesByCoordinate

Definition at line 62 of file OctTreePartition.h.

◆ x

int32_t x

Definition at line 48 of file OctTreePartition.h.

◆ y

int32_t y

Definition at line 49 of file OctTreePartition.h.

◆ z

int32_t z

Definition at line 50 of file OctTreePartition.h.


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