Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
IOStream *D3MFOpcPackage::RootStream() const {
191
return mRootStream;
192
}
193
194
const std::vector<aiTexture *> &D3MFOpcPackage::GetEmbeddedTextures() const {
195
return mEmbeddedTextures;
Callers
1
InternReadFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected