| 926 | } |
| 927 | |
| 928 | BOOL LASwriterLAS::chunk() |
| 929 | { |
| 930 | return writer->chunk(); |
| 931 | } |
| 932 | |
| 933 | BOOL LASwriterLAS::update_header(const LASheader* header, BOOL use_inventory, BOOL update_extra_bytes) |
| 934 | { |
nothing calls this directly
no outgoing calls
no test coverage detected