|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Stack structure for the k-d tree. Optimized storage for the nodes. More...
#include <KdtreeAccelerator.h>

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... | |
Stack structure for the k-d tree. Optimized storage for the nodes.
Definition at line 141 of file KdtreeAccelerator.h.
| KDNode KdStack::node |
Next node to browser if fail happens.
Definition at line 143 of file KdtreeAccelerator.h.
| unsigned int KdStack::pos |
Position in the stack.
Definition at line 146 of file KdtreeAccelerator.h.
| float KdStack::tmax |
Left time from the node.
Definition at line 145 of file KdtreeAccelerator.h.
| float KdStack::tmin |
Entry time inside the node.
Definition at line 144 of file KdtreeAccelerator.h.