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

Method LASreaderDTMreoffset

LASlib/src/lasreader_dtm.cpp:1610–1615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1608}
1609
1610LASreaderDTMreoffset::LASreaderDTMreoffset(LASreadOpener* opener, F64 x_offset, F64 y_offset, F64 z_offset) : LASreaderDTM(opener)
1611{
1612 this->offset[0] = x_offset;
1613 this->offset[1] = y_offset;
1614 this->offset[2] = z_offset;
1615}
1616
1617BOOL LASreaderDTMreoffset::open(const CHAR* file_name)
1618{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected