| 452 | } |
| 453 | |
| 454 | void LASreaderSHP::close(BOOL close_stream) |
| 455 | { |
| 456 | if (file) |
| 457 | { |
| 458 | if (piped) while(fgetc(file) != EOF); |
| 459 | fclose(file); |
| 460 | file = 0; |
| 461 | } |
| 462 | } |
| 463 | |
| 464 | BOOL LASreaderSHP::reopen(const char* file_name) |
| 465 | { |
nothing calls this directly
no outgoing calls
no test coverage detected