Open3D (C++ API)  0.18.0
Data Structures | Namespaces | Typedefs
SurfaceReconstructionBallPivoting.cpp File Reference

(b9e049c (Sun Dec 31 11:36:26 2023 -0800))

#include <Eigen/Dense>
#include <iostream>
#include <list>
#include "open3d/geometry/IntersectionTest.h"
#include "open3d/geometry/KDTreeFlann.h"
#include "open3d/geometry/PointCloud.h"
#include "open3d/geometry/TriangleMesh.h"
#include "open3d/utility/Logging.h"

Data Structures

class  open3d::geometry::BallPivotingVertex
 
class  open3d::geometry::BallPivotingEdge
 
class  open3d::geometry::BallPivotingTriangle
 
class  open3d::geometry::BallPivoting
 

Namespaces

 open3d
 
 open3d::geometry
 

Typedefs

typedef BallPivotingVertex * open3d::geometry::BallPivotingVertexPtr
 
typedef std::shared_ptr< BallPivotingEdge > open3d::geometry::BallPivotingEdgePtr
 
typedef std::shared_ptr< BallPivotingTriangle > open3d::geometry::BallPivotingTrianglePtr