![]() |
Shamrock 2025.10.0
Astrophysical Code
|
host version of the cell iterator More...
#include <shamtree/include/shamtree/LeafCellIterator.hpp>
Collaboration diagram for shamtree::LeafCellIteratorHost:Public Types | |
| using | acc = LeafCellIteratorAccessed |
Public Member Functions | |
| acc | get_read_access () const |
| get read only accessor | |
Public Attributes | |
| std::vector< u32 > | sort_index_map |
| Sort index map. | |
| std::vector< u32 > | reduc_index_map |
| Reduction index map. | |
host version of the cell iterator
Definition at line 99 of file LeafCellIterator.hpp.
Definition at line 103 of file LeafCellIterator.hpp.
|
inline |
get read only accessor
Definition at line 106 of file LeafCellIterator.hpp.
| std::vector<u32> shamtree::LeafCellIteratorHost::reduc_index_map |
Reduction index map.
Definition at line 101 of file LeafCellIterator.hpp.
| std::vector<u32> shamtree::LeafCellIteratorHost::sort_index_map |
Sort index map.
Definition at line 100 of file LeafCellIterator.hpp.