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

Method getCount

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

Returns the number of elements in the array.*/

Source from the content-addressed store, hash-verified

127
128 /** Returns the number of elements in the array.*/
129 const size_t getCount() const { return mCount; }
130
131 /** Returns the number of elements in the array.*/
132 void setCount(size_t count) { mCount = count; }

Callers 15

validateFunction · 0.45
MorphControllerMethod · 0.45
SkinControllerMethod · 0.45
~MeshMethod · 0.45
getPrimitiveCountMethod · 0.45
getFaceCountMethod · 0.45
getMeshPrimitiveCountMethod · 0.45
getNormalsCountMethod · 0.45
getFacesCountMethod · 0.45
FormulaMethod · 0.45
~FormulaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected