| 11289 | } |
| 11290 | |
| 11291 | LAStransform::LAStransform() |
| 11292 | { |
| 11293 | transformed_fields = 0; |
| 11294 | memset(registers, 0, sizeof(F64) * 16); |
| 11295 | alloc_operations = 0; |
| 11296 | num_operations = 0; |
| 11297 | operations = 0; |
| 11298 | is_filtered = FALSE; |
| 11299 | filter = 0; |
| 11300 | } |
| 11301 | |
| 11302 | LAStransform::~LAStransform() |
| 11303 | { |
nothing calls this directly
no outgoing calls
no test coverage detected