Uses of Interface
cz.fidentis.analyst.engines.distance.MeshDistanceVisitor
Packages that use MeshDistanceVisitor
Package
Description
-
Uses of MeshDistanceVisitor in cz.fidentis.analyst.engines.distance
Methods in cz.fidentis.analyst.engines.distance that return MeshDistanceVisitorModifier and TypeMethodDescriptionMeshDistanceConfig.getVisitor()
Instantiates and returns a point sampling visitor. -
Uses of MeshDistanceVisitor in cz.fidentis.analyst.engines.distance.impl
Classes in cz.fidentis.analyst.engines.distance.impl that implement MeshDistanceVisitorModifier and TypeClassDescriptionclass
This visitor searches for the closest points of the primary mesh (provided to the constructor) and inspected meshes using nearest neighbor (NN) search , then provides these closest points, their distances, etc.class
This visitor searches for the closest points of the primary mesh (provided to the constructor) and inspected meshes by casting rays (RC) in the direction of normal vectors on the inspected mesh.class
This visitor searches for the closest points of the primary mesh (provided to the constructor) and inspected meshes by casting rays (RC) in the direction of normal vectors on the inspected mesh.class
An abstract class for distance visitors that search for the distances of inspected meshes (their vertices) to the primary mesh, which is provided to the visitor's constructor. -
Uses of MeshDistanceVisitor in cz.fidentis.analyst.gui.task.batch.distance
Methods in cz.fidentis.analyst.gui.task.batch.distance with parameters of type MeshDistanceVisitorModifier and TypeMethodDescriptionprotected void
PairwiseDistanceTask.setDistValues
(int i, int j, MeshDistanceVisitor pairwiseVisitor, MeshDistanceVisitor meanFaceVisitor) Sets an average distance and a sample standard deviation but only considering vertices that are not copped either by the second face in the pairwise comparison or the mean face (if defined).