Uses of Interface
cz.fidentis.analyst.engines.point2surface.PointToSurfaceDistanceVisitor
Packages that use PointToSurfaceDistanceVisitor
Package
Description
-
Uses of PointToSurfaceDistanceVisitor in cz.fidentis.analyst.engines.distance.impl
Methods in cz.fidentis.analyst.engines.distance.impl with parameters of type PointToSurfaceDistanceVisitorModifier and TypeMethodDescriptionprotected MeshPoint
MeshDistanceNN.getClosestMeshPoint
(PointToSurfaceDistanceVisitor vis) protected void
MeshDistanceNN.updateResults
(PointToSurfaceDistanceVisitor vis, MeshPoint point, List<Double> distList, List<MeshPoint> nearestPointsList) -
Uses of PointToSurfaceDistanceVisitor in cz.fidentis.analyst.engines.point2surface
Methods in cz.fidentis.analyst.engines.point2surface that return PointToSurfaceDistanceVisitorModifier and TypeMethodDescriptionPointToSurfaceDistanceConfig.getVisitor()
Instantiates and returns a point sampling visitor. -
Uses of PointToSurfaceDistanceVisitor in cz.fidentis.analyst.engines.point2surface.impl
Classes in cz.fidentis.analyst.engines.point2surface.impl that implement PointToSurfaceDistanceVisitorModifier and TypeClassDescriptionclass
This visitor finds the minimal distance between the given 3D point and points (e.g., mesh vertices) stored in visited k-d trees.class
This visitor finds the minimal distance between a given 3D point and triangular meshes The minimal distance is computed between the 3D point and triangles of the mesh facets, i.e., the closest point at the triangle surface is found.