![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#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"
Go to the source code of this file.
Classes | |
| class | BallPivotingVertex |
| class | BallPivotingEdge |
| class | BallPivotingTriangle |
| class | BallPivoting |
Typedefs | |
| typedef BallPivotingVertex * | BallPivotingVertexPtr |
| typedef std::shared_ptr< BallPivotingEdge > | BallPivotingEdgePtr |
| typedef std::shared_ptr< BallPivotingTriangle > | BallPivotingTrianglePtr |
| typedef std::shared_ptr<BallPivotingEdge> BallPivotingEdgePtr |
Definition at line 29 of file SurfaceReconstructionBallPivoting.cpp.
| typedef std::shared_ptr<BallPivotingTriangle> BallPivotingTrianglePtr |
Definition at line 30 of file SurfaceReconstructionBallPivoting.cpp.
| typedef BallPivotingVertex* BallPivotingVertexPtr |
Definition at line 28 of file SurfaceReconstructionBallPivoting.cpp.