ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
VerteciesData Struct Reference

#include <CellComplex.hpp>

Public Attributes

NodeType type
int id
Eigen::Vector3d pos
std::variant< VertexData, FaceData, CellDatadata

Detailed Description

Definition at line 41 of file CellComplex.hpp.

Member Data Documentation

◆ data

std::variant<VertexData, FaceData, CellData> VerteciesData::data

Definition at line 53 of file CellComplex.hpp.

◆ id

int VerteciesData::id

Definition at line 51 of file CellComplex.hpp.

◆ pos

Eigen::Vector3d VerteciesData::pos

Definition at line 52 of file CellComplex.hpp.

◆ type

NodeType VerteciesData::type

Definition at line 50 of file CellComplex.hpp.


The documentation for this struct was generated from the following file: