![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambindings/pybind11_stl.hpp"#include "shambindings/pybindaliases.hpp"#include "shamrock/patch/PatchDataLayer.hpp"#include <pybind11/numpy.h>#include <pybind11/pybind11.h>
Include dependency graph for PatchDataToPy.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shamrock |
| namespace for the main framework | |
Functions | |
| template<class T > | |
| void | shamrock::append_to_map (std::string key, std::vector< std::reference_wrapper< shamrock::patch::PatchDataLayer > > ref_lst, py::dict &dic_out) |
| template<class T > | |
| void | shamrock::append_to_map (std::string key, std::vector< std::unique_ptr< shamrock::patch::PatchDataLayer > > &lst, py::dict &dic_out) |
| py::dict | shamrock::pdat_to_dic (shamrock::patch::PatchDataLayer &pdat) |
Definition in file PatchDataToPy.hpp.