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

Method getReverseType

src/Bullet3Serialize/Bullet2FileLoader/b3DNA.cpp:76–83  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74
75// ----------------------------------------------------- //
76int bDNA::getReverseType(short type)
77{
78 int *intPtr = mStructReverse.find(type);
79 if (intPtr)
80 return *intPtr;
81
82 return -1;
83}
84
85// ----------------------------------------------------- //
86int bDNA::getReverseType(const char *type)

Callers 7

readStructMethod · 0.45
parseStructMethod · 0.45
swapStructMethod · 0.45
writeChunksMethod · 0.45
addStructMethod · 0.45
initCmpFlagsMethod · 0.45

Calls 1

findMethod · 0.45

Tested by

no test coverage detected