![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <GeometricalAnalysisTools.h>#include <CVMath.h>#include <DgmOctreeReferenceCloud.h>#include <DistanceComputationTools.h>#include <GenericProgressCallback.h>#include <ReferenceCloud.h>#include <ScalarField.h>#include <ScalarFieldTools.h>#include <algorithm>#include <random>
Go to the source code of this file.
Functions | |
| static bool | Landau_Smith (const std::vector< CCVector2d > &xy, CCVector2d ¢er, PointCoordinateType &radius) |
| int | dmat_solve (int n, int rhs_num, double a[]) |
Variables | |
| static double | s_UnitSphereVolume = 4.0 * M_PI / 3.0 |
| int dmat_solve | ( | int | n, |
| int | rhs_num, | ||
| double | a[] | ||
| ) |
Definition at line 1184 of file GeometricalAnalysisTools.cpp.
References abs(), and std::swap().
Referenced by cloudViewer::GeometricalAnalysisTools::ComputeSphereFrom4().
|
static |
Definition at line 934 of file GeometricalAnalysisTools.cpp.
References Vector2Tpl< Type >::x, and Vector2Tpl< Type >::y.
Referenced by cloudViewer::GeometricalAnalysisTools::DetectCircle().
|
static |
Definition at line 26 of file GeometricalAnalysisTools.cpp.
Referenced by cloudViewer::GeometricalAnalysisTools::ComputeApproxPointsDensityInACellAtLevel(), and cloudViewer::GeometricalAnalysisTools::ComputeCharactersitic().