ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SurfaceReconstructionBallPivoting.cpp File Reference
#include <IntersectionTest.h>
#include <Logging.h>
#include <Eigen/Dense>
#include <iostream>
#include <list>
#include <unordered_map>
#include <unordered_set>
#include "ecvHObjectCaster.h"
#include "ecvKDTreeFlann.h"
#include "ecvMesh.h"
#include "ecvPointCloud.h"
Include dependency graph for SurfaceReconstructionBallPivoting.cpp:

Go to the source code of this file.

Classes

class  BallPivotingVertex
 
class  BallPivotingEdge
 
class  BallPivotingTriangle
 
class  BallPivoting
 

Typedefs

typedef BallPivotingVertexBallPivotingVertexPtr
 
typedef std::shared_ptr< BallPivotingEdgeBallPivotingEdgePtr
 
typedef std::shared_ptr< BallPivotingTriangleBallPivotingTrianglePtr
 

Typedef Documentation

◆ BallPivotingEdgePtr

typedef std::shared_ptr<BallPivotingEdge> BallPivotingEdgePtr

Definition at line 29 of file SurfaceReconstructionBallPivoting.cpp.

◆ BallPivotingTrianglePtr

Definition at line 30 of file SurfaceReconstructionBallPivoting.cpp.

◆ BallPivotingVertexPtr