MCPcopy Create free account
hub / github.com/LASzip/LASzip / get_interval

Method get_interval

src/lasindex.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209LASinterval* LASindex::get_interval() const
210{
211 return interval;
212}
213
214BOOL LASindex::intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y)
215{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected