16 class GenericProgressCallback;
50 OctreeComputationFailed = -3,
52 UnhandledCharacteristic = -5,
54 ProcessCancelledByUser = -7
73 const CCVector3* roughnessUpDir =
nullptr,
88 static ErrorCode ComputeLocalDensityApprox(
160 double minDistanceBetweenPoints =
161 std::numeric_limits<double>::epsilon(),
182 double outliersRatio,
187 double confidence = 0.99,
229 static bool ComputeGeomCharacteristicAtLevel(
231 void** additionalParameters,
239 static bool ComputeApproxPointsDensityInACellAtLevel(
241 void** additionalParameters,
250 static bool FlagDuplicatePointsInACellAtLevel(
252 void** additionalParameters,
259 double minReltaiveCenterShift = 1.0e-3);
float PointCoordinateType
Type of the coordinates of a (N-D) point.
The octree structure used throughout the library.
A generic 3D point cloud with index-based and presistent access to points.
A simple scalar field (to be associated to a point cloud)
Generic file read and write utility for python interface.
ErrorCode
Numeric error identifiers used in E57Exception.