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

Method active

LASlib/src/lasreader.cpp:3265–3267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3263}
3264
3265BOOL LASreadOpener::active() const {
3266 return ((file_name_current < file_name_number) || use_stdin);
3267}
3268
3269LASreadOpener::LASreadOpener() {
3270 io_ibuffer_size = LAS_TOOLS_IO_IBUFFER_SIZE;

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected