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

Method get_index

LASlib/src/lasreaderstored.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200LASindex* LASreaderStored::get_index() const
201{
202 return (lasreader ? lasreader->get_index() : 0);
203}
204
205void LASreaderStored::set_filter(LASfilter* filter)
206{

Callers 2

mainFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected