Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadShape
Function · 0.45
ReadLight
Function · 0.45
ReadInstance
Function · 0.45
ReadScene
Function · 0.45
~ChunkWriter
Method · 0.45
Convert<Base>
Method · 0.45
Next
Method · 0.45
ExtractScene
Method · 0.45
ResolveImage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected