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

Method setData

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

Set the C-style data array.*/

Source from the content-addressed store, hash-verified

111
112 /** Set the C-style data array.*/
113 void setData ( Type* data, const size_t count )
114 {
115 mData = data;
116 mCount = count;
117 mCapacity = count;
118 }
119
120 /** Set the C-style data array and count.*/
121 void setData ( Type* data, const size_t count, const size_t capacity )

Callers 7

loadPositionsMethod · 0.45
loadOutTangentsMethod · 0.45
loadInTangentsMethod · 0.45
setPlugValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected