Uses of Class
cz.fidentis.analyst.engines.symmetry.impl.CandidatePlaneRobust
Packages that use CandidatePlaneRobust
-
Uses of CandidatePlaneRobust in cz.fidentis.analyst.engines.symmetry.impl
Subclasses of CandidatePlaneRobust in cz.fidentis.analyst.engines.symmetry.implModifier and TypeClassDescriptionclass
This symmetry plane changes the behavior so that similarity of Gaussian curvature values and the symmetry of normal vectors are used to check the quality of the symmetry plane.Methods in cz.fidentis.analyst.engines.symmetry.impl that return CandidatePlaneRobustModifier and TypeMethodDescriptionCandidatePlaneRobust.getClosestPlane
(UniformGrid4d<CandidatePlaneRobust> cache) Returns the closest plane from the cache to this plane.Methods in cz.fidentis.analyst.engines.symmetry.impl that return types with arguments of type CandidatePlaneRobustModifier and TypeMethodDescriptionprotected Set
<CandidatePlaneRobust> SymmetryVisitorRobust.generateCandidates
(List<MeshPoint> meshSamples, javax.vecmath.Point3d centroid) Copies mesh samples, moves them to the space origin, and then computes candidate planes.protected Set
<CandidatePlaneRobust> SymmetryVisitorRobustMesh.generateCandidates
(List<MeshPoint> meshSamples, javax.vecmath.Point3d centroid) Copies mesh samples, moves them to the space origin, and then computes candidate planes.Methods in cz.fidentis.analyst.engines.symmetry.impl with parameters of type CandidatePlaneRobustModifier and TypeMethodDescriptionint
CandidatePlaneRobust.compareTo
(CandidatePlaneRobust o) protected double
CandidatePlaneRobust.distance
(CandidatePlaneRobust pv) Method parameters in cz.fidentis.analyst.engines.symmetry.impl with type arguments of type CandidatePlaneRobustModifier and TypeMethodDescriptionCandidatePlaneRobust.getClosestPlane
(UniformGrid4d<CandidatePlaneRobust> cache) Returns the closest plane from the cache to this plane.protected void
SymmetryVisitorRobust.measureSymmetry
(List<MeshPoint> meshSamples, javax.vecmath.Point3d centroid, Set<CandidatePlaneRobust> candidates) Copies mesh samples, moves them to the space origin, and then measures the quality of candidate planes.protected void
SymmetryVisitorRobustMesh.measureSymmetry
(List<MeshPoint> meshSamples, javax.vecmath.Point3d centroid, Set<CandidatePlaneRobust> candidates) Copies mesh samples, moves them to the space origin, and then measures the quality of candidate planes.Constructors in cz.fidentis.analyst.engines.symmetry.impl with parameters of type CandidatePlaneRobustModifierConstructorDescriptionCandidate symmetry plane constructed by averaging two planes.