Click or drag to resize

OctreeContainer Class

An octree container to optimize getting list of objects by volume.
Inheritance Hierarchy
SystemObject
  NeoAxisOctreeContainer

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class OctreeContainer : IDisposable

The OctreeContainer type exposes the following members.

Constructors
 NameDescription
Public methodOctreeContainerInitializes a new instance of the OctreeContainer class
Top
Methods
 NameDescription
Public methodAddObject(Bounds, UInt32) 
Public methodAddObject(Bounds, UInt32) 
Public methodDebugRender 
Public methodDisposeReleases all resources used by the OctreeContainer
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjects(Bounds, UInt32, OctreeContainerModeEnum) 
Public methodGetObjects(Box, UInt32, OctreeContainerModeEnum) 
Public methodGetObjects(Plane, UInt32, OctreeContainerModeEnum) 
Public methodGetObjects(Ray, UInt32, OctreeContainerModeEnum) 
Public methodGetObjects(Sphere, UInt32, OctreeContainerModeEnum) 
Public methodGetObjects(Frustum, UInt32, OctreeContainerModeEnum, IntPtr) 
Public methodGetObjects(Bounds, UInt32, OctreeContainerModeEnum, Int32, Int32) 
Public methodGetObjects(Box, UInt32, OctreeContainerModeEnum, Int32, Int32) 
Public methodGetObjects(Plane, Bounds, UInt32, OctreeContainerModeEnum, IntPtr) 
Public methodGetObjects(Plane, UInt32, Int32, OctreeContainerModeEnum, Int32) 
Public methodGetObjects(Ray, UInt32, OctreeContainerModeEnum, OctreeContainerGetObjectsRayOutputData, Int32) 
Public methodGetObjects(Sphere, UInt32, OctreeContainerModeEnum, Int32, Int32) 
Public methodGetObjects(Bounds, UInt32, OctreeContainerModeEnum, Int32*, Int32, Int32) 
Public methodGetObjects(Box, UInt32, OctreeContainerModeEnum, Int32*, Int32, Int32) 
Public methodGetObjects(Frustum, UInt32, OctreeContainerModeEnum, Int32, Int32, IntPtr) 
Public methodGetObjects(Plane, UInt32, OctreeContainerModeEnum, Int32*, Int32, Int32) 
Public methodGetObjects(Ray, UInt32, OctreeContainerModeEnum, OctreeContainerGetObjectsRayOutputData*, Int32, Int32) 
Public methodGetObjects(Sphere, UInt32, OctreeContainerModeEnum, Int32*, Int32, Int32) 
Public methodGetObjects(Frustum, UInt32, OctreeContainerModeEnum, Int32*, Int32, Int32, IntPtr) 
Public methodGetObjects(Plane, Bounds, UInt32, OctreeContainerModeEnum, Int32, Int32, IntPtr) 
Public methodGetObjects(Plane, Bounds, UInt32, OctreeContainerModeEnum, Int32*, Int32, Int32, IntPtr) 
Public methodGetOctreeBoundsWithBoundsOfObjectsOutsideOctree 
Public methodGetOctreeBoundsWithBoundsOfObjectsOutsideOctree(Bounds) 
Public methodGetStatistics 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemoveObject 
Public methodSetEngineTimeToGetStatistics 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdateObjectBounds(Int32, Bounds) 
Public methodUpdateObjectBounds(Int32, Bounds) 
Public methodUpdateObjectGroupMask 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also