Public Member Functions | Private Attributes

btConvexHullInternal::Pool< T > Class Template Reference

List of all members.

Public Member Functions

 Pool ()
 ~Pool ()
void reset ()
void setArraySize (int arraySize)
T * newObject ()
void freeObject (T *object)

Private Attributes

PoolArray< T > * arrays
PoolArray< T > * nextArray
T * freeObjects
int arraySize

Detailed Description

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

Definition at line 695 of file btConvexHullComputer.cpp.


Constructor & Destructor Documentation

template<typename T>
btConvexHullInternal::Pool< T >::Pool (  )  [inline]

Definition at line 704 of file btConvexHullComputer.cpp.

template<typename T>
btConvexHullInternal::Pool< T >::~Pool (  )  [inline]

Definition at line 708 of file btConvexHullComputer.cpp.


Member Function Documentation

template<typename T>
void btConvexHullInternal::Pool< T >::freeObject ( T *  object  )  [inline]

Definition at line 752 of file btConvexHullComputer.cpp.

template<typename T>
T* btConvexHullInternal::Pool< T >::newObject (  )  [inline]

Definition at line 730 of file btConvexHullComputer.cpp.

template<typename T>
void btConvexHullInternal::Pool< T >::reset (  )  [inline]

Definition at line 719 of file btConvexHullComputer.cpp.

template<typename T>
void btConvexHullInternal::Pool< T >::setArraySize ( int  arraySize  )  [inline]

Definition at line 725 of file btConvexHullComputer.cpp.


Member Data Documentation

template<typename T>
PoolArray<T>* btConvexHullInternal::Pool< T >::arrays [private]

Definition at line 698 of file btConvexHullComputer.cpp.

template<typename T>
int btConvexHullInternal::Pool< T >::arraySize [private]

Definition at line 701 of file btConvexHullComputer.cpp.

template<typename T>
T* btConvexHullInternal::Pool< T >::freeObjects [private]

Definition at line 700 of file btConvexHullComputer.cpp.

template<typename T>
PoolArray<T>* btConvexHullInternal::Pool< T >::nextArray [private]

Definition at line 699 of file btConvexHullComputer.cpp.


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