MCPcopy Create free account
hub / github.com/chrxh/alien / DataDescription

Method DataDescription

source/EngineInterface/Descriptions.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142DataDescription::DataDescription(ClusteredDataDescription const& clusteredData)
143{
144 for (auto const& cluster : clusteredData.clusters) {
145 addCells(cluster.cells);
146 }
147 particles = clusteredData.particles;
148}
149
150DataDescription& DataDescription::add(DataDescription const& other)
151{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected