|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
#include <CellComplex.hpp>
Public Attributes | |
| NodeType | type |
| int | id |
| Eigen::Vector3d | pos |
| std::variant< VertexData, FaceData, CellData > | data |
Definition at line 41 of file CellComplex.hpp.
| std::variant<VertexData, FaceData, CellData> VerteciesData::data |
Definition at line 53 of file CellComplex.hpp.
| int VerteciesData::id |
Definition at line 51 of file CellComplex.hpp.
| Eigen::Vector3d VerteciesData::pos |
Definition at line 52 of file CellComplex.hpp.
| NodeType VerteciesData::type |
Definition at line 50 of file CellComplex.hpp.