MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / getData

Method getData

COLLADAFramework/include/COLLADAFWArray.h:107–107  ·  view source on GitHub ↗

Returns the C-style data array.*/

Source from the content-addressed store, hash-verified

105
106 /** Returns the C-style data array.*/
107 Type* getData () { return mData; }
108
109 /** Returns the C-style data array.*/
110 const Type* getData () const { return mData; }

Callers 15

loadPositionsMethod · 0.45
loadOutTangentsMethod · 0.45
loadInTangentsMethod · 0.45
addTupleIndexMethod · 0.45
writeSubMeshMethod · 0.45
writeVertexBufferMethod · 0.45
writeVerticesMethod · 0.45
createBlendShapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected