Blender  V3.3
List of all members
GIM_BOX_TREE_SET< _GIM_PRIMITIVE_MANAGER_PROTOTYPE > Class Template Reference

Class for Box Tree Sets. More...

#include <gim_box_set.h>

Inheritance diagram for GIM_BOX_TREE_SET< _GIM_PRIMITIVE_MANAGER_PROTOTYPE >:
GIM_BOX_TREE_TEMPLATE_SET< _GIM_PRIMITIVE_MANAGER_PROTOTYPE, GIM_BOX_TREE >

Additional Inherited Members

- Public Member Functions inherited from GIM_BOX_TREE_TEMPLATE_SET< _GIM_PRIMITIVE_MANAGER_PROTOTYPE, GIM_BOX_TREE >
 GIM_BOX_TREE_TEMPLATE_SET ()
 
SIMD_FORCE_INLINE GIM_AABB getGlobalBox () const
 
SIMD_FORCE_INLINE void setPrimitiveManager (const _GIM_PRIMITIVE_MANAGER_PROTOTYPE &primitive_manager)
 
const _GIM_PRIMITIVE_MANAGER_PROTOTYPE & getPrimitiveManager () const
 
_GIM_PRIMITIVE_MANAGER_PROTOTYPE & getPrimitiveManager ()
 
SIMD_FORCE_INLINE void update ()
 this attemps to refit the box set. More...
 
SIMD_FORCE_INLINE void buildSet ()
 this rebuild the entire set More...
 
SIMD_FORCE_INLINE bool boxQuery (const GIM_AABB &box, gim_array< GUINT > &collided_results) const
 returns the indices of the primitives in the m_primitive_manager More...
 
SIMD_FORCE_INLINE bool boxQueryTrans (const GIM_AABB &box, const btTransform &transform, gim_array< GUINT > &collided_results) const
 returns the indices of the primitives in the m_primitive_manager More...
 
SIMD_FORCE_INLINE bool rayQuery (const btVector3 &ray_dir, const btVector3 &ray_origin, gim_array< GUINT > &collided_results) const
 returns the indices of the primitives in the m_primitive_manager More...
 
SIMD_FORCE_INLINE bool hasHierarchy () const
 tells if this set has hierarcht More...
 
SIMD_FORCE_INLINE bool isTrimesh () const
 tells if this set is a trimesh More...
 
SIMD_FORCE_INLINE GUINT getNodeCount () const
 node count More...
 
SIMD_FORCE_INLINE bool isLeafNode (GUINT nodeindex) const
 tells if the node is a leaf More...
 
SIMD_FORCE_INLINE GUINT getNodeData (GUINT nodeindex) const
 
SIMD_FORCE_INLINE void getNodeBound (GUINT nodeindex, GIM_AABB &bound) const
 
SIMD_FORCE_INLINE void setNodeBound (GUINT nodeindex, const GIM_AABB &bound)
 
SIMD_FORCE_INLINE GUINT getLeftNodeIndex (GUINT nodeindex) const
 
SIMD_FORCE_INLINE GUINT getRightNodeIndex (GUINT nodeindex) const
 
SIMD_FORCE_INLINE GUINT getScapeNodeIndex (GUINT nodeindex) const
 
SIMD_FORCE_INLINE void getNodeTriangle (GUINT nodeindex, GIM_TRIANGLE &triangle) const
 
- Protected Member Functions inherited from GIM_BOX_TREE_TEMPLATE_SET< _GIM_PRIMITIVE_MANAGER_PROTOTYPE, GIM_BOX_TREE >
SIMD_FORCE_INLINE void refit ()
 
- Protected Attributes inherited from GIM_BOX_TREE_TEMPLATE_SET< _GIM_PRIMITIVE_MANAGER_PROTOTYPE, GIM_BOX_TREE >
_GIM_PRIMITIVE_MANAGER_PROTOTYPE m_primitive_manager
 
GIM_BOX_TREE m_box_tree
 

Detailed Description

template<typename _GIM_PRIMITIVE_MANAGER_PROTOTYPE>
class GIM_BOX_TREE_SET< _GIM_PRIMITIVE_MANAGER_PROTOTYPE >

Class for Box Tree Sets.

this has the GIM_BOX_TREE implementation for bounding boxes.

Definition at line 426 of file gim_box_set.h.


The documentation for this class was generated from the following file: