Uses of Interface
simpa.core.api.utils.OcTreeEntry
Packages that use OcTreeEntry
Package
Description
This package contains all public interfaces and classes that can be programmed to.
This package contains the code related to tracking particles in SIMPA.
This package contains all utils that can be used to set up the SIMPA Core library.
-
Uses of OcTreeEntry in simpa.core.api
Subinterfaces of OcTreeEntry in simpa.core.apiModifier and TypeInterfaceDescriptioninterface
Accessible interface for SurfacePoint. -
Uses of OcTreeEntry in simpa.core.api.track
Classes in simpa.core.api.track that implement OcTreeEntryModifier and TypeClassDescriptionclass
This class is used for getting the particle position and momentum during tracking. -
Uses of OcTreeEntry in simpa.core.api.utils
Methods in simpa.core.api.utils that return types with arguments of type OcTreeEntryModifier and TypeMethodDescriptionOcTree.findInRange
(org.apache.commons.math3.geometry.euclidean.threed.Vector3D center, double radius) Finds a list of SurfacePoints that are in the given radius of a given point.Methods in simpa.core.api.utils with parameters of type OcTreeEntryModifier and TypeMethodDescriptionvoid
OcTree.insert
(OcTreeEntry entry) Inserts a new SurfacePoint in the Octree and creates new branches where necessary.