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

Method setCount

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

Returns the number of elements in the array.*/

Source from the content-addressed store, hash-verified

130
131 /** Returns the number of elements in the array.*/
132 void setCount(size_t count) { mCount = count; }
133
134
135 /** The number of elements, for which is currently memory allocated. */

Callers 10

MorphControllerMethod · 0.45
SkinControllerMethod · 0.45
FormulaMethod · 0.45
FormulasMethod · 0.45
cloneArrayMethod · 0.45
exportTrianglesMethod · 0.45
exportPolylistMethod · 0.45
exportSkinControllerMethod · 0.45
exportSkinControllerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected