Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ getArraySizes
Method
getArraySizes
source/EngineImpl/AccessDataTOCache.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
auto _AccessDataTOCache::getArraySizes(DataTO const& dataTO) const -> ArraySizes
43
{
44
return {*dataTO.numCells, *dataTO.numParticles, *dataTO.numAuxiliaryData};
45
}
Callers
5
getClusteredSimulationData
Method · 0.45
addAndSelectSimulationData
Method · 0.45
setClusteredSimulationData
Method · 0.45
setSimulationData
Method · 0.45
provideTO
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected