Uses of Interface
cz.fidentis.analyst.data.grid.UniformGrid3d
Packages that use UniformGrid3d
Package
Description
Multidimensional uniform grids.
-
Uses of UniformGrid3d in cz.fidentis.analyst.data.grid
Methods in cz.fidentis.analyst.data.grid that return UniformGrid3dModifier and TypeMethodDescriptionstatic <V> UniformGrid3d
<V> UniformGrid3d.create
(double cellSize) Creates new 3D grid.static <V> UniformGrid3d
<V> UniformGrid3d.create
(double cellSize, Collection<V> objects, Function<? super V, javax.vecmath.Tuple3d> mapFunc) Creates new 3D grid. -
Uses of UniformGrid3d in cz.fidentis.analyst.data.grid.impl
Classes in cz.fidentis.analyst.data.grid.impl that implement UniformGrid3d -
Uses of UniformGrid3d in cz.fidentis.analyst.engines.sampling.impl
Methods in cz.fidentis.analyst.engines.sampling.impl that return UniformGrid3dModifier and TypeMethodDescriptionprotected UniformGrid3d
<MeshPoint> UniformSpaceSampling.createGrid()
-
Uses of UniformGrid3d in cz.fidentis.analyst.engines.symmetry.impl
Methods in cz.fidentis.analyst.engines.symmetry.impl with parameters of type UniformGrid3dModifier and TypeMethodDescriptionvoid
CandidatePlaneRobust.measureSymmetry
(List<MeshPoint> points, UniformGrid3d<MeshPoint> grid, double alpha) Symmetry measurement based on the Wendland’s function without additional weights The plane is normalized andnumAvg
set to zero!void
CandidatePlaneRobustMesh.measureWeightedSymmetry
(SymmetryVisitorRobustMesh.ProcessedCloud cache, UniformGrid3d<MeshPoint> grid, double alpha) Symmetry measurement based on the similarity of Gaussian curvatures and the symmetry of normal vectors, in addition to Wendland’s similarity function.The plane is normalized andnumAvg
set to zero!