Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
LASindex* LASreaderStored::get_index() const
201
{
202
return (lasreader ? lasreader->get_index() : 0);
203
}
204
205
void LASreaderStored::set_filter(LASfilter* filter)
206
{
Callers
2
main
Function · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected