Uses of Interface
cz.fidentis.analyst.opencl.services.octree.OctreeOpenCL
Packages that use OctreeOpenCL
Package
Description
-
Uses of OctreeOpenCL in cz.fidentis.analyst.opencl.services.octree
Methods in cz.fidentis.analyst.opencl.services.octree that return OctreeOpenCLModifier and TypeMethodDescriptionstatic OctreeOpenCL
OctreeOpenCL.create
(com.jogamp.opencl.CLContext clContext) Creates empty instance of OpenCL Octree. -
Uses of OctreeOpenCL in cz.fidentis.analyst.opencl.services.octree.impl
Classes in cz.fidentis.analyst.opencl.services.octree.impl that implement OctreeOpenCLModifier and TypeClassDescriptionclass
Builds Octree on GPU in top-down direction. -
Uses of OctreeOpenCL in cz.fidentis.analyst.opencl.services.raycasting
Methods in cz.fidentis.analyst.opencl.services.raycasting with parameters of type OctreeOpenCLModifier and TypeMethodDescriptionRayIntersectionOpenCLServices.computeClosest
(OctreeOpenCL octree, WriteBufferGPU<javax.vecmath.Point3d> originPoints, WriteBufferGPU<javax.vecmath.Vector3d> direction) Computes closest ray intersections between rays and triangles loaded in octreeRayIntersectionOpenCLServices.computeClosestPoints
(OctreeOpenCL octree, WriteBufferGPU<javax.vecmath.Point3d> originPoints, WriteBufferGPU<javax.vecmath.Vector3d> direction) Computes closest ray intersections between rays and triangles loaded in octree, but reads results only asMeshPoint
to save timevoid
BeamIntersectionVisitor.visitOctree
(OctreeOpenCL octree) Visits OpenCl Octree -
Uses of OctreeOpenCL in cz.fidentis.analyst.opencl.services.raycasting.impl
Methods in cz.fidentis.analyst.opencl.services.raycasting.impl with parameters of type OctreeOpenCLModifier and TypeMethodDescriptionvoid
BeamIntersectionVisitorImpl.visitOctree
(OctreeOpenCL octree)