ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
CellComplex.hpp File Reference
#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"
Include dependency graph for CellComplex.hpp:

Go to the source code of this file.

Classes

struct  reusex::geometry::CellVertexData
struct  reusex::geometry::FaceData
struct  reusex::geometry::CellData
struct  reusex::geometry::VertexProperties
struct  reusex::geometry::CellEdgeData
class  reusex::geometry::CellComplex
struct  reusex::geometry::CellComplex::Is_Type< T >
struct  reusex::geometry::CellComplex::IsFaceBetweenCells
struct  fmt::formatter< reusex::geometry::CellComplex >

Namespaces

namespace  reusex
namespace  reusex::geometry

Enumerations

enum class  reusex::geometry::CellNodeType { reusex::geometry::cell , reusex::geometry::face , reusex::geometry::vertex }