#include <ReUseX/geometry/Registry.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/iterator/filter_iterator.hpp>
#include <spdlog/spdlog.h>
#include <fmt/format.h>
#include <set>
#include <string>
#include <vector>
#include <Eigen/StdVector>
#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 <ReUseX/geometry/CellComplexFaceCoverage.hpp>
#include <ReUseX/geometry/CellComplexRoomProbabilites.hpp>
Go to the source code of this file.
◆ EigenVectorContainer
template<typename Scalar, int Rows>
Initial value:
std::vector<Eigen::Matrix<Scalar, Rows, 1>,
Eigen::aligned_allocator<Eigen::Matrix<Scalar, Rows, 1>>>
Definition at line 61 of file CellComplex.hpp.
◆ NodeType
| Enumerator |
|---|
| Cell | |
| Face | |
| Vertex | |
| PointCluster | |
| Plane | |
| Object | |
Definition at line 30 of file CellComplex.hpp.