| 75 | } |
| 76 | |
| 77 | EPToctant::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 | |
| 91 | EPToctant::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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected