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

Method firstAtom

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

Source from the content-addressed store, hash-verified

33 static void setSize(OctreeNode& node, float value) { node.size = value; }
34
35 static size_t firstAtom(const OctreeNode& node) { return node.firstAtom; }
36 static void setFirstAtom(OctreeNode& node, size_t value) { node.firstAtom = value; }
37
38 static const OctreeNode* child(const OctreeNode& node, int index) { return node.children[index].get(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected