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

(252c867 (Sun May 5 05:39:34 2024 +0000))

#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