ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
HalfEdgeTriangleMesh.h File Reference
#include <Eigen/Core>
#include <unordered_map>
#include "ecvMeshBase.h"
Include dependency graph for HalfEdgeTriangleMesh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cloudViewer::geometry::HalfEdgeTriangleMesh
 HalfEdgeTriangleMesh inherits TriangleMesh class with the addition of HalfEdge data structure for each half edge in the mesh as well as related functions. More...
 
class  cloudViewer::geometry::HalfEdgeTriangleMesh::HalfEdge
 HalfEdge class contains vertex, triangle info about a half edge, as well as relations of next and twin half edge. More...
 

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::geometry