BioCMAMC-ST
|
This is the complete list of members for Core::PartialExporter, including all inherited members.
append_array(std::string_view name, std::span< const double > data, uint64_t last_size=0) | Core::DataExporter | private |
append_matrix(std::string_view name, matrix_variant_t data) | Core::DataExporter | private |
DataExporter(const DataExporter &)=delete | Core::DataExporter | private |
DataExporter(DataExporter &&)=delete | Core::DataExporter | private |
DataExporter()=default | Core::DataExporter | private |
DataExporter(const ExecInfo &info, std::string_view _filename, std::optional< export_metadata_t > user_description=std::nullopt) | Core::DataExporter | explicitprivate |
descriptors | Core::DataExporter | private |
do_link(std::string_view filename, std::string_view link_name, std::string_view groupname) | Core::DataExporter | private |
export_counter | Core::DataExporter | private |
export_initial_kv typedef | Core::DataExporter | private |
export_metadata_kv typedef | Core::DataExporter | private |
export_metadata_t typedef | Core::DataExporter | private |
init_fields(uint64_t n_iter, uint64_t n_compartments) | Core::PartialExporter | |
matrix_variant_t typedef | Core::DataExporter | private |
metadata | Core::DataExporter | private |
operator=(const DataExporter &)=delete | Core::DataExporter | private |
operator=(DataExporter &&)=delete | Core::DataExporter | private |
PartialExporter(const ExecInfo &info, std::string_view _filename, std::optional< export_metadata_t > user_description=std::nullopt) | Core::PartialExporter | |
pimpl | Core::DataExporter | private |
prepare_matrix(MultiMatrixDescription description) | Core::DataExporter | private |
probe_counter_n_element | Core::PartialExporter | private |
simple_export_t typedef | Core::DataExporter | private |
ViewParticleProperties typedef | Core::DataExporter | private |
write_matrix(std::string_view name, std::span< const double > values, bool compress=false) | Core::DataExporter | private |
write_matrix(std::string_view name, std::span< const double > values, size_t n_row, size_t n_col, bool compress=false) | Core::DataExporter | private |
write_number_particle(const std::vector< size_t > &distribution) | Core::PartialExporter | |
write_particle_data(std::span< std::string > names, ViewParticleProperties particle_values, ViewParticleProperties spatial_values, const std::string &ds_name, bool compress_data) | Core::PartialExporter | |
write_probe(std::span< const double > data) | Core::PartialExporter | |
write_properties(std::optional< std::string > specific_dataspace, const export_metadata_kv &values) | Core::DataExporter | private |
write_simple(const export_initial_kv &values, std::string_view root) | Core::DataExporter | private |
write_simple(std::string specific_dataspace, const simple_export_t &values) | Core::DataExporter | private |
~DataExporter() | Core::DataExporter | private |