Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ load
Method
load
src/lascopcindex.cpp:269–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
I32 npoints() const { return point_count; };
268
269
virtual void load() { return; };
270
virtual void open(const char *) { return; };
271
virtual void close(bool force) { return; };
272
virtual void reactivate(const char *) { return; }
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected