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

Method getType

src/Bullet3Serialize/Bullet2FileLoader/b3DNA.cpp:55–59  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

53
54// ----------------------------------------------------- //
55char *bDNA::getType(int ind)
56{
57 assert(ind <= (int)mTypes.size());
58 return mTypes[ind];
59}
60
61// ----------------------------------------------------- //
62short *bDNA::getStruct(int ind)

Callers 10

swapMethod · 0.45
readStructMethod · 0.45
parseStructMethod · 0.45
getMatchingFileDNAMethod · 0.45
getFileElementMethod · 0.45
swapStructMethod · 0.45
resolvePointersMethod · 0.45
dumpChunksMethod · 0.45
writeChunksMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected