|
Celeritas 0.7.0-dev.356+develop.6a0c715
|
Construction options for BIH tree. More...
#include <Bih.hh>
Public Member Functions | |
| operator bool () const | |
| Whether the options are valid. | |
Public Attributes | |
| size_type | max_leaf_size = 1 |
| Maximum number of bboxes that can reside on a leaf node without triggering a partitioning attempt. | |
| size_type | depth_limit = 32 |
| Hard limit on the depth of most the embedded node (where 1 is the root node) | |
| size_type | num_part_cands = 3 |
| The number of partition candidates to check per axis when partitioning a node during BIH construction. | |
Construction options for BIH tree.