Uses of Record Class
cz.fidentis.analyst.engines.icp.IcpTransformation
Packages that use IcpTransformation
-
Uses of IcpTransformation in cz.fidentis.analyst.engines.icp
Methods in cz.fidentis.analyst.engines.icp that return types with arguments of type IcpTransformationModifier and TypeMethodDescriptionIcpVisitor.getTransformations()
Returns the history of transformations (transformation performed in each ICP iteration for each inspected mesh facet).static Map
<MeshFacet, List<IcpTransformation>> Transforms (!)static Map
<MeshFacet, List<IcpTransformation>> Transforms (!)static Map
<MeshFacet, List<IcpTransformation>> IcpServices.transform
(Collection<MeshFacet> facets, IcpConfig config) Transforms (!) -
Uses of IcpTransformation in cz.fidentis.analyst.engines.icp.impl
Fields in cz.fidentis.analyst.engines.icp.impl with type parameters of type IcpTransformationModifier and TypeFieldDescriptionprotected final Map
<MeshFacet, List<IcpTransformation>> IcpVisitorImpl.transformations
Transformed mesh facets and their history of transformations.Methods in cz.fidentis.analyst.engines.icp.impl that return types with arguments of type IcpTransformation