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

Method EPToctant

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

Source from the content-addressed store, hash-verified

75}
76
77EPToctant::EPToctant()
78{
79 offset.start = 0;
80 offset.end = 0;
81 position.start = 0;
82 position.end = 0;
83 xmin = 0;
84 ymin = 0;
85 zmin = 0;
86 xmax = 0;
87 ymax = 0;
88 zmax = 0;
89}
90
91EPToctant::EPToctant(const LASvlr_copc_entry entry, const F64 xmin, const F64 ymin, const F64 zmin, const F64 xmax, const F64 ymax, const F64 zmax, const U64 start, const U64 end)
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected