Flow123d
release_3.0.0-973-g92f55e826
|
Go to the documentation of this file.
18 #ifndef READER_CACHE_HH_
19 #define READER_CACHE_HH_
static ReaderCache * instance()
Returns singleton instance.
static void get_element_ids(const FilePath &file_path, const Mesh &mesh)
ReaderCache()
Constructor.
Dedicated class for storing path to input and output files.
std::shared_ptr< Mesh > mesh_
static ReaderTable::iterator get_reader_data(const FilePath &file_path)
Returns instance of given FilePath. If reader doesn't exist, creates new ReaderData object.
static bool check_compatible_mesh(const FilePath &file_path, Mesh &mesh)
static std::shared_ptr< Mesh > get_mesh(const FilePath &file_path)
static std::shared_ptr< BaseMeshReader > get_reader(const FilePath &file_path)
ReaderTable reader_table_
Table of readers.
std::shared_ptr< BaseMeshReader > reader_
std::map< string, ReaderData > ReaderTable