Wildmeshing Toolkit
|
This is the complete list of members for wmtk::io::Cache, including all inherited members.
absolute_multi_mesh_id(const std::string &name) const | wmtk::io::Cache | |
Cache(const std::string &prefix, const std::filesystem::path directory="", bool delete_cache=true) | wmtk::io::Cache | |
Cache(Cache &&) | wmtk::io::Cache | |
create_unique_directory(const std::string &prefix, const std::filesystem::path &location="", size_t max_tries=10000) | wmtk::io::Cache | static |
create_unique_file(const std::string &filename, const std::string &extension, size_t max_tries=10000) | wmtk::io::Cache | |
equals(const Cache &o) | wmtk::io::Cache | |
export_cache(const std::filesystem::path &export_location) | wmtk::io::Cache | |
flush_multimeshes() | wmtk::io::Cache | |
get_cache_path() const | wmtk::io::Cache | |
get_file_path(const std::string &filename) | wmtk::io::Cache | |
get_file_path(const std::string &filename) const | wmtk::io::Cache | |
import_cache(const std::filesystem::path &import_location) | wmtk::io::Cache | |
load_multimesh(const std::string &name) const | wmtk::io::Cache | |
m_cache_content_name | wmtk::io::Cache | inlineprivatestatic |
m_cache_dir | wmtk::io::Cache | private |
m_delete_cache | wmtk::io::Cache | private |
m_file_paths | wmtk::io::Cache | private |
m_multimeshes | wmtk::io::Cache | mutableprivate |
mesh_names() | wmtk::io::Cache | |
operator=(Cache &&) | wmtk::io::Cache | |
read_mesh(const std::string &name) const | wmtk::io::Cache | |
write_mesh(const Mesh &m, const std::string &name, const std::map< std::string, std::vector< int64_t >> &multimesh_names={}) | wmtk::io::Cache | |
~Cache() | wmtk::io::Cache |