Blender  V3.3
Public Attributes | List of all members
btSparseSdf< CELLSIZE >::Cell Struct Reference

#include <btSparseSDF.h>

Public Attributes

btScalar d [CELLSIZE+1][CELLSIZE+1][CELLSIZE+1]
 
int c [3]
 
int puid
 
unsigned hash
 
const btCollisionShapepclient
 
Cellnext
 

Detailed Description

template<const int CELLSIZE>
struct btSparseSdf< CELLSIZE >::Cell

Definition at line 69 of file btSparseSDF.h.

Member Data Documentation

◆ c

template<const int CELLSIZE>
int btSparseSdf< CELLSIZE >::Cell::c[3]

Definition at line 72 of file btSparseSDF.h.

◆ d

template<const int CELLSIZE>
btScalar btSparseSdf< CELLSIZE >::Cell::d[CELLSIZE+1][CELLSIZE+1][CELLSIZE+1]

Definition at line 71 of file btSparseSDF.h.

◆ hash

template<const int CELLSIZE>
unsigned btSparseSdf< CELLSIZE >::Cell::hash

Definition at line 74 of file btSparseSDF.h.

◆ next

template<const int CELLSIZE>
Cell* btSparseSdf< CELLSIZE >::Cell::next

◆ pclient

template<const int CELLSIZE>
const btCollisionShape* btSparseSdf< CELLSIZE >::Cell::pclient

Definition at line 75 of file btSparseSDF.h.

Referenced by btSparseSdf< CELLSIZE >::RemoveReferences().

◆ puid

template<const int CELLSIZE>
int btSparseSdf< CELLSIZE >::Cell::puid

Definition at line 73 of file btSparseSDF.h.

Referenced by btSparseSdf< CELLSIZE >::GarbageCollect().


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