MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / setSize

Method setSize

3rd_party/Src/ode/ode/src/array.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 dArray (const dArray<T> &x) { constructor(); equals (x); }
93 ~dArray () { _freeAll(sizeof(T)); }
94 void setSize (int newsize) { _setSize (newsize,sizeof(T)); }
95 T *data() const { return (T*) _data; }
96 T & operator[] (int i) const { return ((T*)_data)[i]; }
97 void operator = (const dArray<T> &x) { equals (x); }

Callers 3

dLCPMethod · 0.80
cleanGeomsMethod · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by 1

resetMethod · 0.64