MCPcopy Create free account
hub / github.com/assimp/assimp / SetTypesToTrack

Method SetTypesToTrack

code/AssetLib/Step/STEPFile.h:884–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882 }
883
884 void SetTypesToTrack(const char *const *types, size_t N) {
885 for (size_t i = 0; i < N; ++i) {
886 objects_bytype[types[i]] = ObjectSet();
887 }
888 }
889
890 void SetInverseIndicesToTrack(const char *const *types, size_t N) {
891 for (size_t i = 0; i < N; ++i) {

Callers 1

ReadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected