![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Types | |
| using | Morton = shamrock::sfc::MortonCodes<Tmorton, dim> |
| using | MortonConvert = shamrock::sfc::MortonConverter<Tmorton, Tvec, dim> |
| using | pos_t = Tvec |
| using | coord_t = typename shambase::VectorProperties<pos_t>::component_type |
| using | ipos_t = typename Morton::int_vec_repr |
| using | int_t = typename Morton::int_vec_repr_base |
| using | CoordTransform = shammath::CoordRangeTransform<typename Morton::int_vec_repr, Tvec> |
Static Public Member Functions | |
| static CoordTransform | get_transform (pos_t bounding_box_min, pos_t bounding_box_max) |
| static ipos_t | to_morton_grid (pos_t pos, CoordTransform transform) |
| static pos_t | to_real_space (ipos_t pos, CoordTransform transform) |
Definition at line 33 of file MortonCodeSet.cpp.
| using shamtree::details::MortonKernelsUtils< Tmorton, Tvec, dim >::coord_t = typename shambase::VectorProperties<pos_t>::component_type |
Definition at line 40 of file MortonCodeSet.cpp.
| using shamtree::details::MortonKernelsUtils< Tmorton, Tvec, dim >::CoordTransform = shammath::CoordRangeTransform<typename Morton::int_vec_repr, Tvec> |
Definition at line 44 of file MortonCodeSet.cpp.
| using shamtree::details::MortonKernelsUtils< Tmorton, Tvec, dim >::int_t = typename Morton::int_vec_repr_base |
Definition at line 42 of file MortonCodeSet.cpp.
| using shamtree::details::MortonKernelsUtils< Tmorton, Tvec, dim >::ipos_t = typename Morton::int_vec_repr |
Definition at line 41 of file MortonCodeSet.cpp.
| using shamtree::details::MortonKernelsUtils< Tmorton, Tvec, dim >::Morton = shamrock::sfc::MortonCodes<Tmorton, dim> |
Definition at line 36 of file MortonCodeSet.cpp.
| using shamtree::details::MortonKernelsUtils< Tmorton, Tvec, dim >::MortonConvert = shamrock::sfc::MortonConverter<Tmorton, Tvec, dim> |
Definition at line 37 of file MortonCodeSet.cpp.
| using shamtree::details::MortonKernelsUtils< Tmorton, Tvec, dim >::pos_t = Tvec |
Definition at line 39 of file MortonCodeSet.cpp.
|
inlinestatic |
Definition at line 46 of file MortonCodeSet.cpp.
|
inlinestatic |
Definition at line 50 of file MortonCodeSet.cpp.
|
inlinestatic |
Definition at line 54 of file MortonCodeSet.cpp.