Class BeamIntersectionVisitorImpl

java.lang.Object
cz.fidentis.analyst.opencl.services.raycasting.impl.BeamIntersectionVisitorImpl
All Implemented Interfaces:
CLResources, BeamIntersectionVisitor

public class BeamIntersectionVisitorImpl extends Object implements BeamIntersectionVisitor
Visitor providing methods to ray cast OctreeOpenCL in parallel utilizing GPU. Visits octree and calculates closest intersections. Can be reused multiple times.