Growing stack that can be used for BVH traversal.
Its performance may be lower than a small, fixed-size stack, depending on the architecture.
Public Member Functions | |
void | clear () |
bool | is_empty () const |
T | pop () |
void | push (const T &t) |
Public Attributes | |
std::vector< T > | elems |
#include <bvh/v2/stack.h>
|
inline |
|
inline |
|
inline |
|
inline |
std::vector<T> bvh::v2::GrowingStack< T >::elems |