Public Member Functions | Public Attributes | Private Attributes

btConvexHullInternal::PoolArray< T > Class Template Reference

List of all members.

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 665 of file btConvexHullComputer.cpp.


Constructor & Destructor Documentation

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

Definition at line 674 of file btConvexHullComputer.cpp.

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

Definition at line 679 of file btConvexHullComputer.cpp.


Member Function Documentation

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

Definition at line 684 of file btConvexHullComputer.cpp.


Member Data Documentation

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

Definition at line 668 of file btConvexHullComputer.cpp.

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

Definition at line 672 of file btConvexHullComputer.cpp.

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

Definition at line 669 of file btConvexHullComputer.cpp.


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