7#include <unordered_map>
9namespace OpenSim {
class Model; }
10namespace OpenSim {
class Storage; }
28 const std::unordered_map<int, int>&
mapper()
const {
return m_StorageIndexToModelStateVarIndexMap; }
30 std::filesystem::path m_SourceFile;
32 std::unordered_map<int, int> m_StorageIndexToModelStateVarIndexMap;
Definition file_backed_storage.h:15
void reloadFromDisk(const OpenSim::Model &)
const std::unordered_map< int, int > & mapper() const
Definition file_backed_storage.h:28
FileBackedStorage(FileBackedStorage &&) noexcept
osc::ClosedInterval< float > timeRange() const
const OpenSim::Storage & storage() const
Definition file_backed_storage.h:27
FileBackedStorage(const OpenSim::Model &, std::filesystem::path sourceFile)
FileBackedStorage(const FileBackedStorage &)
Definition clone_ptr.h:18
Definition static_component_registries.h:3
Definition component_registry.h:14
Definition custom_decoration_generator.h:5