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

Method SetCurrentPos

include/assimp/StreamReader.h:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254 void SetCurrentPos(size_t pos) {
255 SetPtr(mBuffer + pos);
256 }
257
258 // ---------------------------------------------------------------------
259 /** Setup a temporary read limit

Callers 9

ReadShapeFunction · 0.45
ReadLightFunction · 0.45
ReadInstanceFunction · 0.45
ReadSceneFunction · 0.45
~ChunkWriterMethod · 0.45
Convert<Base>Method · 0.45
NextMethod · 0.45
ExtractSceneMethod · 0.45
ResolveImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected