|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <CellComplex.hpp>
Public Attributes | |
| CellNodeType | type |
| int | id |
| Eigen::Vector3d | pos |
| std::variant< CellVertexData, FaceData, CellData > | data |
Definition at line 43 of file CellComplex.hpp.
| std::variant<CellVertexData, FaceData, CellData> reusex::geometry::VertexProperties::data |
Definition at line 47 of file CellComplex.hpp.
| int reusex::geometry::VertexProperties::id |
Definition at line 45 of file CellComplex.hpp.
| Eigen::Vector3d reusex::geometry::VertexProperties::pos |
Definition at line 46 of file CellComplex.hpp.
| CellNodeType reusex::geometry::VertexProperties::type |
Definition at line 44 of file CellComplex.hpp.