Skip to content

File process.hpp

FileList > src > process.hpp

Go to the source code of this file

  • #include <cmath>
  • #include <limits>
  • #include <stdexcept>
  • #include "config_input/config_input.hpp"
  • #include "las/las_file.hpp"

Public Functions

Type Name
size_t num_cells_by_distance (double x, double dx)
void process_las_data (LASData & las_file, const fs::path & output_dir, const Config & config, ProgressTracker tracker)
void process_las_file (const fs::path & las_file, const Config & config, ProgressTracker tracker)

Public Functions Documentation

function num_cells_by_distance

inline size_t num_cells_by_distance (
    double x,
    double dx
) 

function process_las_data

void process_las_data (
    LASData & las_file,
    const fs::path & output_dir,
    const  Config & config,
    ProgressTracker tracker
) 

function process_las_file

void process_las_file (
    const fs::path & las_file,
    const  Config & config,
    ProgressTracker tracker
) 


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/process.hpp