Uses of Interface
cz.fidentis.analyst.data.grid.UniformGrid4d
Packages that use UniformGrid4d
Package
Description
Multidimensional uniform grids.
-
Uses of UniformGrid4d in cz.fidentis.analyst.data.grid
Methods in cz.fidentis.analyst.data.grid that return UniformGrid4dModifier and TypeMethodDescriptionstatic <V> UniformGrid4d
<V> UniformGrid4d.create
(double cellSize) Creates new 4D grid.static <V> UniformGrid4d
<V> UniformGrid4d.create
(double cellSize, Collection<V> objects, Function<? super V, javax.vecmath.Tuple4d> mapFunc) Creates new 4D grid. -
Uses of UniformGrid4d in cz.fidentis.analyst.data.grid.impl
Classes in cz.fidentis.analyst.data.grid.impl that implement UniformGrid4d -
Uses of UniformGrid4d in cz.fidentis.analyst.engines.symmetry.impl
Methods in cz.fidentis.analyst.engines.symmetry.impl with parameters of type UniformGrid4dModifier and TypeMethodDescriptionCandidatePlaneRobust.getClosestPlane
(UniformGrid4d<CandidatePlaneRobust> cache) Returns the closest plane from the cache to this plane.