Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
bvh::v2::MiniTreeBuilder< Node, MortonCode >::Bin Struct Reference

template<typename Node, typename MortonCode = uint32_t>
struct bvh::v2::MiniTreeBuilder< Node, MortonCode >::Bin

Definition at line 63 of file mini_tree_builder.h.

Public Member Functions

BVH_ALWAYS_INLINE void add (size_t id)
 
BVH_ALWAYS_INLINE void merge (Bin &&other)
 

Public Attributes

std::vector< size_t > ids
 

Member Function Documentation

◆ add()

template<typename Node , typename MortonCode = uint32_t>
BVH_ALWAYS_INLINE void bvh::v2::MiniTreeBuilder< Node, MortonCode >::Bin::add ( size_t  id)
inline

Definition at line 66 of file mini_tree_builder.h.

◆ merge()

template<typename Node , typename MortonCode = uint32_t>
BVH_ALWAYS_INLINE void bvh::v2::MiniTreeBuilder< Node, MortonCode >::Bin::merge ( Bin &&  other)
inline

Definition at line 68 of file mini_tree_builder.h.

Member Data Documentation

◆ ids

template<typename Node , typename MortonCode = uint32_t>
std::vector<size_t> bvh::v2::MiniTreeBuilder< Node, MortonCode >::Bin::ids

Definition at line 64 of file mini_tree_builder.h.

Collaboration diagram for bvh::v2::MiniTreeBuilder< Node, MortonCode >::Bin:
[legend]

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