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

Method flagEqual

Extras/Serialize/BulletFileLoader/bDNA.cpp:110–115  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

108
109// ----------------------------------------------------- //
110bool bDNA::flagEqual(int dna_nr)
111{
112 assert(dna_nr <= (int)mCMPFlags.size());
113 int flag = mCMPFlags[dna_nr];
114 return flag == FDF_STRUCT_EQU;
115}
116
117// ----------------------------------------------------- //
118bool bDNA::flagNone(int dna_nr)

Callers 2

readStructMethod · 0.45
resolvePointersMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected