| 29 | } |
| 30 | |
| 31 | SharedLoadInfo::Reader SharedLoadInfo::GetTrianglesReader(size_t ind) const |
| 32 | { |
| 33 | return m_cont.GetReader(GetTagForIndex(TRIANGLE_FILE_TAG, ind)); |
| 34 | } |
| 35 | |
| 36 | RouteRelationBase SharedLoadInfo::ReadRelation(uint32_t id) const |
| 37 | { |
no test coverage detected