![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Statistics on the edges connectivty of a mesh. More...
#include <MeshSamplingTools.h>
Public Member Functions | |
| EdgeConnectivityStats () | |
Public Attributes | |
| unsigned | edgesCount |
| Total number of edges. More... | |
| unsigned | edgesNotShared |
| Edges not shared (i.e. used by only one triangle) More... | |
| unsigned | edgesSharedByTwo |
| Edges shared by exactly two triangles. More... | |
| unsigned | edgesSharedByMore |
| Edges shared by more than two triangles. More... | |
Statistics on the edges connectivty of a mesh.
Definition at line 43 of file MeshSamplingTools.h.
|
inline |
Definition at line 44 of file MeshSamplingTools.h.
| unsigned cloudViewer::MeshSamplingTools::EdgeConnectivityStats::edgesCount |
Total number of edges.
Definition at line 51 of file MeshSamplingTools.h.
Referenced by cloudViewer::MeshSamplingTools::computeMeshEdgesConnectivity(), and cloudViewer::MeshSamplingTools::flagMeshVerticesByType().
| unsigned cloudViewer::MeshSamplingTools::EdgeConnectivityStats::edgesNotShared |
Edges not shared (i.e. used by only one triangle)
Definition at line 53 of file MeshSamplingTools.h.
Referenced by cloudViewer::MeshSamplingTools::computeMeshEdgesConnectivity(), and cloudViewer::MeshSamplingTools::flagMeshVerticesByType().
| unsigned cloudViewer::MeshSamplingTools::EdgeConnectivityStats::edgesSharedByMore |
Edges shared by more than two triangles.
Definition at line 57 of file MeshSamplingTools.h.
Referenced by cloudViewer::MeshSamplingTools::computeMeshEdgesConnectivity(), and cloudViewer::MeshSamplingTools::flagMeshVerticesByType().
| unsigned cloudViewer::MeshSamplingTools::EdgeConnectivityStats::edgesSharedByTwo |
Edges shared by exactly two triangles.
Definition at line 55 of file MeshSamplingTools.h.
Referenced by cloudViewer::MeshSamplingTools::computeMeshEdgesConnectivity(), and cloudViewer::MeshSamplingTools::flagMeshVerticesByType().