| 1072 | } |
| 1073 | |
| 1074 | LASreaderBILreoffset::LASreaderBILreoffset(LASreadOpener* opener, F64 x_offset, F64 y_offset, F64 z_offset) : LASreaderBIL(opener) |
| 1075 | { |
| 1076 | this->offset[0] = x_offset; |
| 1077 | this->offset[1] = y_offset; |
| 1078 | this->offset[2] = z_offset; |
| 1079 | } |
| 1080 | |
| 1081 | BOOL LASreaderBILreoffset::open(const CHAR* file_name) |
| 1082 | { |
nothing calls this directly
no outgoing calls
no test coverage detected