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

(313315d (Wed Dec 23 23:39:47 2020 -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/Console.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