MCPcopy Create free account
hub / github.com/RenderKit/embree / data

Method data

common/sys/array.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 __forceinline T& back () const { assert(N > 0); return items[N-1]; };
40
41 __forceinline T* data() { return items; };
42 __forceinline const T* data() const { return items; };
43
44 private:

Callers 15

overflowMethod · 0.45
nextMethod · 0.45
initMethod · 0.45
initMethod · 0.45
IntersectWithModeFunction · 0.45
addGeometryMethod · 0.45
resizeRandomlyMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected