| 236 | } |
| 237 | |
| 238 | LASwriterWRL::LASwriterWRL() |
| 239 | { |
| 240 | close_file = FALSE; |
| 241 | file = 0; |
| 242 | rgb = 0; |
| 243 | rgb_alloc = 0; |
| 244 | header = nullptr; |
| 245 | } |
| 246 | |
| 247 | LASwriterWRL::~LASwriterWRL() |
| 248 | { |
nothing calls this directly
no outgoing calls
no test coverage detected