ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
global-params.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 Povl Filip Sonne-Frederiksen
2//
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#pragma once
6#include <reusex/types.hpp>
7
8#include <filesystem>
9
13using LocT = pcl::PointXYZ;
14
18
22
26
30
31using CloudLoc = pcl::PointCloud<LocT>;
32using CloudLocPtr = typename CloudLoc::Ptr;
33using CloudLocConstPtr = typename CloudLoc::ConstPtr;
34
42
43namespace fs = std::filesystem;
44struct RuxOptions {
45 fs::path project_db = fs::current_path() / "project.rux";
46};
reusex::CloudLConstPtr CloudLConstPtr
reusex::CloudL CloudL
reusex::CloudNConstPtr CloudNConstPtr
reusex::PointT PointT
reusex::Indices Indices
reusex::CloudPtr CloudPtr
reusex::CloudLPtr CloudLPtr
reusex::CloudNPtr CloudNPtr
reusex::NormalT NormalT
pcl::PointCloud< LocT > CloudLoc
RuxError
@ NOT_IMPLEMENTED
@ INVALID_ARGUMENT
@ GENERIC
@ SUCCESS
@ IO
reusex::Cloud Cloud
reusex::IndicesConstPtr IndicesConstPtr
reusex::CloudConstPtr CloudConstPtr
reusex::IndicesPtr IndicesPtr
reusex::CloudN CloudN
reusex::LabelT LabelT
typename CloudN::Ptr CloudNPtr
Definition types.hpp:31
pcl::IndicesConstPtr IndicesConstPtr
Definition types.hpp:24
pcl::PointCloud< PointT > Cloud
Definition types.hpp:26
typename CloudL::Ptr CloudLPtr
Definition types.hpp:35
typename CloudL::ConstPtr CloudLConstPtr
Definition types.hpp:36
typename Cloud::ConstPtr CloudConstPtr
Definition types.hpp:28
pcl::IndicesPtr IndicesPtr
Definition types.hpp:23
typename Cloud::Ptr CloudPtr
Definition types.hpp:27
pcl::PointXYZRGB PointT
Definition types.hpp:17
pcl::Indices Indices
Definition types.hpp:22
pcl::Normal NormalT
Definition types.hpp:18
pcl::PointCloud< LabelT > CloudL
Definition types.hpp:34
pcl::PointCloud< NormalT > CloudN
Definition types.hpp:30
pcl::Label LabelT
Definition types.hpp:19
typename CloudN::ConstPtr CloudNConstPtr
Definition types.hpp:32
fs::path project_db