|
| DriverManager (DriverManager const &)=delete |
|
void | operator= (DriverManager const &)=delete |
|
std::string | getUris (const std::string &file, const std::string &driverName="") const |
|
std::unique_ptr< Mesh > | load (const std::string &meshFile, const std::string &meshName) const |
|
std::unique_ptr< Mesh > | load (const std::string &driverName, const std::string &meshFile, const std::string &meshName) const |
|
void | loadDatasets (Mesh *mesh, const std::string &datasetFile) const |
|
void | save (Mesh *mesh, const std::string &uri) const |
|
size_t | driversCount () const |
|
std::shared_ptr< MDAL::Driver > | driver (const std::string &driverName) const |
|
std::shared_ptr< MDAL::Driver > | driver (size_t index) const |
|
void | loadDynamicDrivers () |
|
The documentation for this class was generated from the following files: