|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "reusex/core/logging.hpp"#include "reusex/geometry/Registry.hpp"#include "reusex/types.hpp"#include <Eigen/StdVector>#include <boost/graph/adjacency_list.hpp>#include <boost/graph/graph_traits.hpp>#include <boost/iterator/filter_iterator.hpp>#include <fmt/format.h>#include <pcl/pcl_base.h>#include <pcl/point_cloud.h>#include <pcl/point_types.h>#include <range/v3/range/concepts.hpp>#include <range/v3/view/zip.hpp>#include <set>#include <string>#include <vector>#include "reusex/geometry/CellComplexFaceCoverage.hpp"#include "reusex/geometry/CellComplexRoomProbabilities.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | reusex |
| namespace | reusex::geometry |
Enumerations | |
| enum class | reusex::geometry::CellNodeType { reusex::geometry::cell , reusex::geometry::face , reusex::geometry::vertex } |