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

Method isEmpty

source/EngineInterface/Descriptions.h:620–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 particles.clear();
619 }
620 bool isEmpty() const
621 {
622 if (!clusters.empty()) {
623 return false;
624 }
625 if (!particles.empty()) {
626 return false;
627 }
628 return true;
629 }
630 void setCenter(RealVector2D const& center);
631
632 RealVector2D calcCenter() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected