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

Method read_point_transformed

LASlib/src/lasreader.cpp:399–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399BOOL LASreader::read_point_transformed() {
400 if ((this->*read_complex)()) {
401 transform->transform(&point);
402 return TRUE;
403 }
404 return FALSE;
405}
406
407BOOL LASreader::read_point_filtered_and_transformed() {
408 if (read_point_filtered()) {

Callers

nothing calls this directly

Calls 1

transformMethod · 0.45

Tested by

no test coverage detected