Uses of Interface
cz.fidentis.analyst.data.octree.OctreeVisitor
Packages that use OctreeVisitor
Package
Description
Octree space partitioning structure.
-
Uses of OctreeVisitor in cz.fidentis.analyst.data.octree
Methods in cz.fidentis.analyst.data.octree with parameters of type OctreeVisitor -
Uses of OctreeVisitor in cz.fidentis.analyst.data.octree.impl
Methods in cz.fidentis.analyst.data.octree.impl with parameters of type OctreeVisitor -
Uses of OctreeVisitor in cz.fidentis.analyst.engines.avgmesh
Subinterfaces of OctreeVisitor in cz.fidentis.analyst.engines.avgmeshModifier and TypeInterfaceDescriptioninterface
An interface declaring the ability to deform a template mesh into an average mesh based on visiting other meshes. -
Uses of OctreeVisitor in cz.fidentis.analyst.engines.avgmesh.impl
Classes in cz.fidentis.analyst.engines.avgmesh.impl that implement OctreeVisitorModifier and TypeClassDescriptionclass
Visitor capable to create an average face by deforming given face template so that its vertices are in the "average position" with respect to the visited faces.class
Visitor capable to create an average face by deforming main face template so that its vertices are in the "average position" with respect to the visited faces.class
GPU acceleratedAvgMeshVisitorRC
. -
Uses of OctreeVisitor in cz.fidentis.analyst.engines.interactivemask
Classes in cz.fidentis.analyst.engines.interactivemask that implement OctreeVisitorModifier and TypeClassDescriptionclass
Visits meshes and returns intersections with projection of SurfaceMask2D -
Uses of OctreeVisitor in cz.fidentis.analyst.engines.raycasting
Subinterfaces of OctreeVisitor in cz.fidentis.analyst.engines.raycasting -
Uses of OctreeVisitor in cz.fidentis.analyst.engines.raycasting.impl
Classes in cz.fidentis.analyst.engines.raycasting.impl that implement OctreeVisitorModifier and TypeClassDescriptionclass
This visitor throws a ray from origin point and finds all intersections of the ray with facets.