Uses of Interface
cz.fidentis.analyst.data.octree.OctNode
Packages that use OctNode
Package
Description
Octree space partitioning structure.
-
Uses of OctNode in cz.fidentis.analyst.data.octree
Methods in cz.fidentis.analyst.data.octree that return OctNode -
Uses of OctNode in cz.fidentis.analyst.data.octree.impl
Classes in cz.fidentis.analyst.data.octree.impl that implement OctNodeModifier and TypeClassDescriptionclass
Implementation of an Octree node.class
An inner node of an Octree.class
A leaf node of an Octree.Methods in cz.fidentis.analyst.data.octree.impl that return OctNode -
Uses of OctNode in cz.fidentis.analyst.engines.raycasting.impl
Methods in cz.fidentis.analyst.engines.raycasting.impl with parameters of type OctNodeModifier and TypeMethodDescriptionprotected javax.vecmath.Point3d
RayIntersectionVisitorImpl.getNextCellPoint
(javax.vecmath.Point3d t0, javax.vecmath.Point3d t1, OctNode node) Computest_m
from [1].protected List
<javax.vecmath.Point3d> Computes initial values oft0
andt1
from [1].protected int
RayIntersectionVisitorImpl.getSubNodeMask
(OctNode root, Ray ray) Flips the ray so that its coordinates are positive and sets the transformation mask of sub-node indexes accordingly.protected void
RayIntersectionVisitorImpl.processSubTree
(OctNode node, javax.vecmath.Point3d t0, javax.vecmath.Point3d t1, int subNodeMask) The main traversal algorithms from [1].