Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
bvh::v2::ReinsertionOptimizer< Node >::Candidate Struct Reference

template<typename Node>
struct bvh::v2::ReinsertionOptimizer< Node >::Candidate

Definition at line 38 of file reinsertion_optimizer.h.

Public Member Functions

BVH_ALWAYS_INLINE bool operator> (const Candidate &other) const

Public Attributes

Scalar cost = -std::numeric_limits<Scalar>::max()
size_t node_id = 0

Member Function Documentation

◆ operator>()

template<typename Node>
BVH_ALWAYS_INLINE bool bvh::v2::ReinsertionOptimizer< Node >::Candidate::operator> ( const Candidate & other) const
inline

Definition at line 42 of file reinsertion_optimizer.h.

Member Data Documentation

◆ cost

template<typename Node>
Scalar bvh::v2::ReinsertionOptimizer< Node >::Candidate::cost = -std::numeric_limits<Scalar>::max()

Definition at line 40 of file reinsertion_optimizer.h.

◆ node_id

template<typename Node>
size_t bvh::v2::ReinsertionOptimizer< Node >::Candidate::node_id = 0

Definition at line 39 of file reinsertion_optimizer.h.


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