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

Method LASreaderBINreoffset

LASlib/src/lasreader_bin.cpp:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443LASreaderBINreoffset::LASreaderBINreoffset(LASreadOpener* opener, F64 x_offset, F64 y_offset, F64 z_offset) : LASreaderBIN(opener)
444{
445 this->offset[0] = x_offset;
446 this->offset[1] = y_offset;
447 this->offset[2] = z_offset;
448}
449
450BOOL LASreaderBINreoffset::open(ByteStreamIn* stream)
451{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected