MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Array

Method Array

Source/ThirdParty/NvCloth/ps/PsArray.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 typedef const T* ConstIterator;
66
67 explicit Array(const physx::PxEMPTY v) : Alloc(v)
68 {
69 if(mData)
70 mCapacity |= PX_SIGN_BITMASK;
71 }
72
73 /*!
74 Default array constructor. Initialize an empty array

Callers

nothing calls this directly

Calls 4

resizeFunction · 0.85
copyFunction · 0.85
destroyFunction · 0.85
isInUserMemoryFunction · 0.85

Tested by

no test coverage detected