![]() |
Shamrock 2025.10.0
Astrophysical Code
|
host version of the cell iterator More...
#include <shamtree/include/shamtree/CellIterator.hpp>
Collaboration diagram for shamtree::CellIteratorHost:Public Types | |
| using | acc = CellIteratorAccessed |
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. | |
| std::vector< u32 > | endrange |
| End range. | |
| u32 | offset_leaf |
| number of internal cells & offset to retrieve the first leaf | |
host version of the cell iterator
Definition at line 122 of file CellIterator.hpp.
Definition at line 128 of file CellIterator.hpp.
|
inline |
get read only accessor
Definition at line 131 of file CellIterator.hpp.
| std::vector<u32> shamtree::CellIteratorHost::endrange |
End range.
Definition at line 125 of file CellIterator.hpp.
| u32 shamtree::CellIteratorHost::offset_leaf |
number of internal cells & offset to retrieve the first leaf
Definition at line 126 of file CellIterator.hpp.
| std::vector<u32> shamtree::CellIteratorHost::reduc_index_map |
Reduction index map.
Definition at line 124 of file CellIterator.hpp.
| std::vector<u32> shamtree::CellIteratorHost::sort_index_map |
Sort index map.
Definition at line 123 of file CellIterator.hpp.