![]() |
Shamrock 2025.10.0
Astrophysical Code
|
host version of the traverser More...
Collaboration diagram for shamtree::CLBVHTraverserHost< Tmorton, Tvec, dim >:Public Types | |
| using | acc = CLBVHTraverserAccessed< Tmorton, Tvec, dim > |
| shorthand for CLBVHObjectIteratorAccessed | |
Public Member Functions | |
| acc | get_read_access () const |
| get read only accessor | |
Public Attributes | |
| KarrasTreeTraverserHost | tree_traverser |
| Tree traverser. | |
| std::vector< Tvec > | aabb_min |
| Minimum of the AABB. | |
| std::vector< Tvec > | aabb_max |
| Maximum of the AABB. | |
host version of the traverser
Definition at line 198 of file CLBVHObjectIterator.hpp.
| using shamtree::CLBVHTraverserHost< Tmorton, Tvec, dim >::acc = CLBVHTraverserAccessed<Tmorton, Tvec, dim> |
shorthand for CLBVHObjectIteratorAccessed
Definition at line 204 of file CLBVHObjectIterator.hpp.
|
inline |
get read only accessor
Definition at line 207 of file CLBVHObjectIterator.hpp.
Here is the call graph for this function:| std::vector<Tvec> shamtree::CLBVHTraverserHost< Tmorton, Tvec, dim >::aabb_max |
Maximum of the AABB.
Definition at line 201 of file CLBVHObjectIterator.hpp.
| std::vector<Tvec> shamtree::CLBVHTraverserHost< Tmorton, Tvec, dim >::aabb_min |
Minimum of the AABB.
Definition at line 200 of file CLBVHObjectIterator.hpp.
| KarrasTreeTraverserHost shamtree::CLBVHTraverserHost< Tmorton, Tvec, dim >::tree_traverser |
Tree traverser.
Definition at line 199 of file CLBVHObjectIterator.hpp.