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