Skip to content

File run.hpp

File List > src > run.hpp

Go to the documentation of this file

#pragma once

#include <vector>

#include "utilities/filesystem.hpp"

struct Config;
class ProgressTracker;

void run_with_config(const Config& config, const std::vector<fs::path>& additional_las_files,
                     ProgressTracker&& tracker);