Celeritas 0.7+7c39d13
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
celeritas::inp::BIHBuilder Struct Reference

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 = max_depth_limit
 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.
 

Static Public Attributes

static constexpr size_type max_depth_limit = 18
 The maximum value the depth_limit parameter can be, as to not overstep the BIH stack.
 

Detailed Description

Construction options for BIH tree.


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