Open3D (C++ API)
0.12.0
|
#include <Eigen/Core>
#include <unordered_map>
#include "open3d/geometry/Geometry3D.h"
#include "open3d/geometry/MeshBase.h"
Go to the source code of this file.
Data Structures | |
class | open3d::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 | open3d::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 | |
open3d | |
open3d::geometry | |