Class MaskProjector
java.lang.Object
cz.fidentis.analyst.engines.interactivemask.MaskProjector
- All Implemented Interfaces:
OctreeVisitor
Visits meshes and returns intersections with projection of SurfaceMask2D
-
Constructor Summary
ConstructorsConstructorDescriptionMaskProjector
(MaskProjectorConfig config, List<SurfaceMask2D.PointToProject> points) Constructor using configuration and surface mask -
Method Summary
Modifier and TypeMethodDescriptionGets the result from visitorvoid
visitOctree
(Octree octree) The main inspection method to be implemented by specific visitors.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.fidentis.analyst.data.octree.OctreeVisitor
isThreadSafe
-
Constructor Details
-
MaskProjector
Constructor using configuration and surface mask- Parameters:
config
- configuration for visitorpoints
- points to project
-
-
Method Details
-
getResult
Gets the result from visitor- Returns:
- projected surface mask
-
visitOctree
Description copied from interface:OctreeVisitor
The main inspection method to be implemented by specific visitors.- Specified by:
visitOctree
in interfaceOctreeVisitor
- Parameters:
octree
- octree to be visited
-