Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Attributes | List of all members
KdStack Struct Reference

Stack structure for the k-d tree. Optimized storage for the nodes. More...

#include <KdtreeAccelerator.h>

Collaboration diagram for KdStack:
Collaboration graph
[legend]

Public Attributes

KDNode node
 Next node to browser if fail happens. More...
 
float tmin
 Entry time inside the node. More...
 
float tmax
 Left time from the node. More...
 
unsigned int pos
 Position in the stack. More...
 

Detailed Description

Stack structure for the k-d tree. Optimized storage for the nodes.

Definition at line 141 of file KdtreeAccelerator.h.

Member Data Documentation

◆ node

KDNode KdStack::node

Next node to browser if fail happens.

Definition at line 143 of file KdtreeAccelerator.h.

◆ pos

unsigned int KdStack::pos

Position in the stack.

Definition at line 146 of file KdtreeAccelerator.h.

◆ tmax

float KdStack::tmax

Left time from the node.

Definition at line 145 of file KdtreeAccelerator.h.

◆ tmin

float KdStack::tmin

Entry time inside the node.

Definition at line 144 of file KdtreeAccelerator.h.


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