MCPcopy Create free account
hub / github.com/LAStools/LAStools / EPTkey

Method EPTkey

LASlib/src/lascopc.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43#include <cstdint>
44
45EPTkey::EPTkey(I32 d, I32 x, I32 y, I32 z) : d(d), x(x), y(y), z(z) {}
46EPTkey::EPTkey() : EPTkey(-1, -1, -1, -1) {}
47
48std::array<EPTkey, 8> EPTkey::get_children() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected