------------------------------------------------------------------------------------------------
| 855 | |
| 856 | // ------------------------------------------------------------------------------------------------ |
| 857 | void PopulateMeshCache(const Schema_2x3::IfcRepresentationItem& item, |
| 858 | const std::set<unsigned int>& mesh_indices, |
| 859 | unsigned int mat_index, |
| 860 | ConversionData& conv) { |
| 861 | ConversionData::MeshCacheIndex idx(&item, mat_index); |
| 862 | conv.cached_meshes[idx] = mesh_indices; |
| 863 | } |
| 864 | |
| 865 | // ------------------------------------------------------------------------------------------------ |
| 866 | bool ProcessRepresentationItem(const Schema_2x3::IfcRepresentationItem& item, |
no outgoing calls
no test coverage detected