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

Method get_spatial

src/lasindex.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204LASquadtree* LASindex::get_spatial() const
205{
206 return spatial;
207}
208
209LASinterval* LASindex::get_interval() const
210{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected