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

(a4a173e (Tue Apr 16 17:40:58 2024 -0700))

#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