ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
gsplat.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 Povl Filip Sonne-Frederiksen
2//
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#pragma once
7
8#include <CLI/CLI.hpp>
9#include <filesystem>
10#include <memory>
11#include <string>
12
15 std::filesystem::path input_path;
16 std::string splat_name = "splat";
17};
18
20 std::shared_ptr<RuxOptions> global_opt);
22 const RuxOptions &global_opt);
void setup_subcommand_import_gsplat(CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
int run_subcommand_import_gsplat(SubcommandImportGsplatOptions const &opt, const RuxOptions &global_opt)
Options for rux import gsplat.
Definition gsplat.hpp:14
std::filesystem::path input_path
Definition gsplat.hpp:15