Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | Private Attributes | List of all members
btConvexHullInternal::PoolArray< T > Class Template Reference

Public Member Functions

 PoolArray (int size)
 
 ~PoolArray ()
 
T * init ()
 

Public Attributes

PoolArray< T > * next
 

Private Attributes

T * array
 
int size
 

Detailed Description

template<typename T>
class btConvexHullInternal::PoolArray< T >

Definition at line 666 of file btConvexHullComputer.cpp.

Constructor & Destructor Documentation

◆ PoolArray()

template<typename T >
btConvexHullInternal::PoolArray< T >::PoolArray ( int  size)
inline

Definition at line 675 of file btConvexHullComputer.cpp.

◆ ~PoolArray()

template<typename T >
btConvexHullInternal::PoolArray< T >::~PoolArray ( )
inline

Definition at line 680 of file btConvexHullComputer.cpp.

Member Function Documentation

◆ init()

template<typename T >
T * btConvexHullInternal::PoolArray< T >::init ( )
inline

Definition at line 685 of file btConvexHullComputer.cpp.

Member Data Documentation

◆ array

template<typename T >
T* btConvexHullInternal::PoolArray< T >::array
private

Definition at line 669 of file btConvexHullComputer.cpp.

◆ next

template<typename T >
PoolArray<T>* btConvexHullInternal::PoolArray< T >::next

Definition at line 673 of file btConvexHullComputer.cpp.

◆ size

template<typename T >
int btConvexHullInternal::PoolArray< T >::size
private

Definition at line 670 of file btConvexHullComputer.cpp.


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