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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public class OctreeContainer : IDisposable

The OctreeContainer type exposes the following members.

Constructors
  NameDescription
Public methodOctreeContainer
Initializes a new instance of the OctreeContainer class
Top
Methods
  NameDescription
Public methodAddObject(Bounds, UInt32)
Public methodAddObject(Bounds, UInt32)
Public methodDebugRender
Public methodDispose
Releases all resources used by the OctreeContainer
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveObject
Public methodSetEngineTimeToGetStatistics
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateObjectBounds(Int32, Bounds)
Public methodUpdateObjectBounds(Int32, Bounds)
Public methodUpdateObjectGroupMask
Top
Extension Methods
See Also