MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / getStruct

Method getStruct

src/Bullet3Serialize/Bullet2FileLoader/b3DNA.cpp:62–66  ·  view source on GitHub ↗

----------------------------------------------------- //

Source from the content-addressed store, hash-verified

60
61// ----------------------------------------------------- //
62short *bDNA::getStruct(int ind)
63{
64 assert(ind <= (int)mStructs.size());
65 return mStructs[ind];
66}
67
68// ----------------------------------------------------- //
69short bDNA::getLength(int ind)

Callers 10

swapMethod · 0.45
readStructMethod · 0.45
parseStructMethod · 0.45
swapStructMethod · 0.45
resolvePointersChunkMethod · 0.45
resolvePointersMethod · 0.45
dumpChunksMethod · 0.45
writeChunksMethod · 0.45
addStructMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected