EBGeometry
1.0
|
This is the complete list of members for BVH::LinearBVH< T, P, BV, K >, including all inherited members.
getBoundingVolume() const noexcept | BVH::LinearBVH< T, P, BV, K > | inline |
LinearBVH()=default | BVH::LinearBVH< T, P, BV, K > | inline |
LinearBVH(const LinearBVH &)=default | BVH::LinearBVH< T, P, BV, K > | inline |
LinearBVH(const std::vector< std::shared_ptr< const LinearNodeT< T, P, BV, K >>> &a_linearNodes, const std::vector< std::shared_ptr< const P >> &a_primitives) | BVH::LinearBVH< T, P, BV, K > | inline |
LinearBVH(const std::vector< std::shared_ptr< LinearNodeT< T, P, BV, K >>> &a_linearNodes, const std::vector< std::shared_ptr< const P >> &a_primitives) | BVH::LinearBVH< T, P, BV, K > | inline |
LinearNode typedef | BVH::LinearBVH< T, P, BV, K > | |
m_linearNodes | BVH::LinearBVH< T, P, BV, K > | protected |
m_primitives | BVH::LinearBVH< T, P, BV, K > | protected |
PrimitiveList typedef | BVH::LinearBVH< T, P, BV, K > | |
traverse(const BVH::Updater< P > &a_updater, const BVH::Visiter< LinearNode, Meta > &a_visiter, const BVH::Sorter< LinearNode, Meta, K > &a_sorter, const BVH::MetaUpdater< LinearNode, Meta > &a_metaUpdater) const noexcept | BVH::LinearBVH< T, P, BV, K > | inline |
Vec3 typedef | BVH::LinearBVH< T, P, BV, K > | |
~LinearBVH() | BVH::LinearBVH< T, P, BV, K > | inlinevirtual |