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

Method RootStream

code/AssetLib/3MF/D3MFOpcPackage.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190IOStream *D3MFOpcPackage::RootStream() const {
191 return mRootStream;
192}
193
194const std::vector<aiTexture *> &D3MFOpcPackage::GetEmbeddedTextures() const {
195 return mEmbeddedTextures;

Callers 1

InternReadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected