MCPcopy Create free account
hub / github.com/RenderKit/ospray / compact

Method compact

modules/cpu/common/Data.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool Data::compact() const
153{
154 return data() + sizeOf(type) * (size() - 1) == data(numItems - 1);
155}
156
157void Data::copy(const Data &source, const vec3ul &destinationIndex)
158{

Callers 4

commitMethod · 0.45
readParamsMethod · 0.45
commitMethod · 0.45
commitMethod · 0.45

Calls 1

sizeOfFunction · 0.85

Tested by

no test coverage detected