Uses of Interface
cz.fidentis.analyst.data.kdtree.LeftBalancedKdTree
Packages that use LeftBalancedKdTree
Package
Description
Complete human face model.
K-d tree space partitioning structure.
-
Uses of LeftBalancedKdTree in cz.fidentis.analyst.data.face
Methods in cz.fidentis.analyst.data.face that return LeftBalancedKdTreeModifier and TypeMethodDescriptionHumanFace.getLeftBalancedKdTree()
Returns already computed left-balanced k-d tree of the triangular mesh ornull
.Methods in cz.fidentis.analyst.data.face with parameters of type LeftBalancedKdTreeModifier and TypeMethodDescriptionvoid
HumanFace.setLeftBalancedKdTree
(LeftBalancedKdTree kdTree) Sets the k-d tree left-balanced k-d tree. -
Uses of LeftBalancedKdTree in cz.fidentis.analyst.data.face.impl
Methods in cz.fidentis.analyst.data.face.impl that return LeftBalancedKdTreeMethods in cz.fidentis.analyst.data.face.impl with parameters of type LeftBalancedKdTreeModifier and TypeMethodDescriptionvoid
HumanFaceImpl.setLeftBalancedKdTree
(LeftBalancedKdTree kdTree) -
Uses of LeftBalancedKdTree in cz.fidentis.analyst.data.kdtree
Methods in cz.fidentis.analyst.data.kdtree that return LeftBalancedKdTreeModifier and TypeMethodDescriptionstatic LeftBalancedKdTree
Constructor.static LeftBalancedKdTree
LeftBalancedKdTree.create
(Collection<MeshFacet> facets) Constructor. -
Uses of LeftBalancedKdTree in cz.fidentis.analyst.data.kdtree.impl
Classes in cz.fidentis.analyst.data.kdtree.impl that implement LeftBalancedKdTreeModifier and TypeClassDescriptionclass
Implementation of a left-balanced Kd-tree. -
Uses of LeftBalancedKdTree in cz.fidentis.analyst.engines.distance
Constructors in cz.fidentis.analyst.engines.distance with parameters of type LeftBalancedKdTreeModifierConstructorDescriptionMeshDistanceConfig
(MeshDistanceConfig.Method method, LeftBalancedKdTree kdTree, boolean relativeDist, boolean crop) Constructor for nearest-neighbor distance search on GPU, uses an existing left-balanced kd-tree. -
Uses of LeftBalancedKdTree in cz.fidentis.analyst.engines.distance.impl
Constructors in cz.fidentis.analyst.engines.distance.impl with parameters of type LeftBalancedKdTreeModifierConstructorDescriptionMeshDistanceNNGPU
(LeftBalancedKdTree kdTree, boolean pointToTriangle, boolean relativeDistance, boolean crop) Constructor.