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

Method LASreaderSHPreoffset

LASlib/src/lasreader_shp.cpp:708–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708LASreaderSHPreoffset::LASreaderSHPreoffset(LASreadOpener* opener, F64 x_offset, F64 y_offset, F64 z_offset) : LASreaderSHP(opener)
709{
710 this->offset[0] = x_offset;
711 this->offset[1] = y_offset;
712 this->offset[2] = z_offset;
713}
714
715BOOL LASreaderSHPreoffset::open(const char* file_name)
716{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected