![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambackends/DeviceBuffer.hpp"#include "shammath/AABB.hpp"#include "shammath/sfc/morton.hpp"#include "shamtree/CellIterator.hpp"#include "shamtree/KarrasRadixTree.hpp"#include "shamtree/KarrasRadixTreeAABB.hpp"#include "shamtree/LeafCellIterator.hpp"#include "shamtree/MortonReducedSet.hpp"
Include dependency graph for CLBVHObjectIterator.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | shamtree::CLBVHTraverserAccessed< Tmorton, Tvec, dim > |
| Accessed version of CLBVHTraverser. More... | |
| struct | shamtree::CLBVHObjectIteratorAccessed< Tmorton, Tvec, dim > |
| Accessed version of CLBVHObjectIterator. More... | |
| class | shamtree::CLBVHTraverser< Tmorton, Tvec, dim > |
| This class is designed to traverse a BVH tree represented as a Compressed Leaf BVH (CLBVH) and a Karras Radix Tree. More... | |
| struct | shamtree::CLBVHTraverserHost< Tmorton, Tvec, dim > |
| host version of the traverser More... | |
| class | shamtree::CLBVHObjectIterator< Tmorton, Tvec, dim > |
| This class is designed to traverse a BVH tree represented as a Compressed Leaf BVH (CLBVH) and a Karras Radix Tree. More... | |
| struct | shamtree::CLBVHObjectIteratorHost< Tmorton, Tvec, dim > |
| host version of the object iterator More... | |
Definition in file CLBVHObjectIterator.hpp.