| 753 | } |
| 754 | |
| 755 | void LASreaderPLY::close(BOOL close_stream) |
| 756 | { |
| 757 | if (file) |
| 758 | { |
| 759 | if (piped) while(fgets(line, 512, file)); |
| 760 | fclose(file); |
| 761 | file = 0; |
| 762 | } |
| 763 | } |
| 764 | |
| 765 | BOOL LASreaderPLY::reopen(const char* file_name) |
| 766 | { |
nothing calls this directly
no outgoing calls
no test coverage detected