Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
bool Data::compact() const
153
{
154
return data() + sizeOf(type) * (size() - 1) == data(numItems - 1);
155
}
156
157
void Data::copy(const Data &source, const vec3ul &destinationIndex)
158
{
Callers
4
commit
Method · 0.45
readParams
Method · 0.45
commit
Method · 0.45
commit
Method · 0.45
Calls
1
sizeOf
Function · 0.85
Tested by
no test coverage detected