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

Method isEmpty

source/EngineInterface/Descriptions.cpp:187–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187bool DataDescription::isEmpty() const
188{
189 if (!cells.empty()) {
190 return false;
191 }
192 if (!particles.empty()) {
193 return false;
194 }
195 return true;
196}
197
198void DataDescription::setCenter(RealVector2D const& center)
199{

Callers 3

onDrawingMethod · 0.45
processToolbarMethod · 0.45
onCreateSavepointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected