MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / close

Method close

Dependencies/assimp/code/Common/Compression.cpp:205–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205bool Compression::close() {
206 ai_assert(mImpl != nullptr);
207
208 if (!mImpl->mOpen) {
209 return false;
210 }
211
212 inflateEnd(&mImpl->mZSstream);
213 mImpl->mOpen = false;
214
215 return true;
216}
217
218} // namespace Assimp

Callers 15

LoadMethod · 0.45
RewriteMethod · 0.45
FT_Stream_CloseFunction · 0.45
CreateFromVtkFileMethod · 0.45
writeObjMethod · 0.45
writeStateMethod · 0.45
duplicateFacesMethod · 0.45
createFromVtkFileMethod · 0.45
readBinaryVecMethod · 0.45
readBinaryMatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected