Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
stack.h File Reference
#include <vector>
#include <cassert>
Include dependency graph for stack.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  bvh::v2::GrowingStack< T >
 Growing stack that can be used for BVH traversal. More...
 
struct  bvh::v2::SmallStack< T, Capacity >
 Fixed-size stack that can be used for a BVH traversal. More...
 

Namespaces

namespace  bvh
 
namespace  bvh::v2