MCPcopy Create free account
hub / github.com/LAStools/LAStools / LASreadOpener

Method LASreadOpener

LASlib/src/lasreader.cpp:3269–3346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3267}
3268
3269LASreadOpener::LASreadOpener() {
3270 io_ibuffer_size = LAS_TOOLS_IO_IBUFFER_SIZE;
3271 file_name = 0;
3272 file_names = 0;
3273 file_names_ID = 0;
3274 file_names_npoints = 0;
3275 file_names_min_x = 0;
3276 file_names_min_y = 0;
3277 file_names_max_x = 0;
3278 file_names_max_y = 0;
3279 kdtree_rectangles = 0;
3280 neighbor_file_names = 0;
3281 neighbor_file_names_npoints = 0;
3282 neighbor_file_names_min_x = 0;
3283 neighbor_file_names_min_y = 0;
3284 neighbor_file_names_max_x = 0;
3285 neighbor_file_names_max_y = 0;
3286 neighbor_kdtree_rectangles = 0;
3287 merged = FALSE;
3288 subdir = FALSE;
3289 stored = FALSE;
3290 use_stdin = FALSE;
3291 comma_not_point = FALSE;
3292 scale_factor = 0;
3293 offset = 0;
3294 buffer_size = 0.0f;
3295 auto_reoffset = FALSE;
3296 offset_adjust = FALSE;
3297 files_are_flightlines = 0;
3298 files_are_flightlines_index = -1;
3299 apply_file_source_ID = FALSE;
3300 itxt = FALSE;
3301 ipts = FALSE;
3302 iptx = FALSE;
3303 iptx_transform = FALSE;
3304 translate_intensity = 0.0f;
3305 scale_intensity = 1.0f;
3306 translate_scan_angle = 0.0f;
3307 scale_scan_angle = 1.0f;
3308 number_attributes = 0;
3309 for (I32 i = 0; i < 32; i++) {
3310 attribute_data_types[i] = 0;
3311 attribute_names[i] = 0;
3312 attribute_descriptions[i] = 0;
3313 attribute_scales[i] = 1.0;
3314 attribute_offsets[i] = 0.0;
3315 attribute_pre_scales[i] = 1.0;
3316 attribute_pre_offsets[i] = 0.0;
3317 attribute_no_datas[i] = F64_MAX;
3318 }
3319 point_type = 0;
3320 parse_string = 0;
3321 skip_lines = 0;
3322 populate_header = FALSE;
3323 keep_lastiling = FALSE;
3324 keep_copc = FALSE;
3325 pipe_on = FALSE;
3326 unique = FALSE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected