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

Method adjust_offset_when_transformation

LASlib/src/lasreader.cpp:2513–2517  ·  view source on GitHub ↗

Call up after transformation object has been set in LASreaderOpener (if it is a transformation)!

Source from the content-addressed store, hash-verified

2511
2512/// Call up after transformation object has been set in LASreaderOpener (if it is a transformation)!
2513void LASreadOpener::adjust_offset_when_transformation(LASreader* lasreader, BOOL set_header_direct /*=TRUE*/) {
2514 if (transform && offset_adjust && lasreader && offset == 0) {
2515 transform->adjust_offset(lasreader, scale_factor);
2516 }
2517}
2518
2519void LASreadOpener::set_files_are_flightlines(const I32 files_are_flightlines) {
2520 this->files_are_flightlines = files_are_flightlines;

Callers

nothing calls this directly

Calls 1

adjust_offsetMethod · 0.80

Tested by

no test coverage detected