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

Method setPointSource

LASlib/src/lastransform.cpp:11490–11494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11488}
11489
11490void LAStransform::setPointSource(U16 value)
11491{
11492 delete_operation("set_point_source");
11493 add_operation(new LASoperationSetPointSource(value));
11494}
11495
11496void LAStransform::unsetPointSource()
11497{

Callers 3

openMethod · 0.80
parseMethod · 0.80
open_next_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected