MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / atomCount

Method atomCount

Lattice/tests/test.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 static void setDipole(OctreeNode& node, const glm::vec3& value) { node.dipoleMoment = value; }
28
29 static size_t atomCount(const OctreeNode& node) { return node.atomCount; }
30 static void setAtomCount(OctreeNode& node, size_t count) { node.atomCount = count; }
31
32 static float size(const OctreeNode& node) { return node.size; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected