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

Method getName

src/Bullet3Serialize/Bullet2FileLoader/b3DNA.cpp:48–52  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47// ----------------------------------------------------- //
48char *bDNA::getName(int ind)
49{
50 assert(ind <= (int)m_Names.size());
51 return m_Names[ind].m_name;
52}
53
54// ----------------------------------------------------- //
55char *bDNA::getType(int ind)

Callers 6

parseInternalMethod · 0.45
parseStructMethod · 0.45
getMatchingFileDNAMethod · 0.45
getFileElementMethod · 0.45
swapStructMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected