|
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 39 of file CellComplex.hpp.
| std::variant<CellVertexData, FaceData, CellData> reusex::geometry::VertexProperties::data |
Definition at line 51 of file CellComplex.hpp.
| int reusex::geometry::VertexProperties::id |
Definition at line 49 of file CellComplex.hpp.
| Eigen::Vector3d reusex::geometry::VertexProperties::pos |
Definition at line 50 of file CellComplex.hpp.
| CellNodeType reusex::geometry::VertexProperties::type |
Definition at line 48 of file CellComplex.hpp.