Public Member Functions | |
PoolArray (int size) | |
~PoolArray () | |
T * | init () |
Public Attributes | |
PoolArray< T > * | next |
Private Attributes | |
T * | array |
int | size |
Definition at line 665 of file btConvexHullComputer.cpp.
btConvexHullInternal::PoolArray< T >::PoolArray | ( | int | size | ) | [inline] |
Definition at line 674 of file btConvexHullComputer.cpp.
btConvexHullInternal::PoolArray< T >::~PoolArray | ( | ) | [inline] |
Definition at line 679 of file btConvexHullComputer.cpp.
T* btConvexHullInternal::PoolArray< T >::init | ( | ) | [inline] |
Definition at line 684 of file btConvexHullComputer.cpp.
T* btConvexHullInternal::PoolArray< T >::array [private] |
Definition at line 668 of file btConvexHullComputer.cpp.
PoolArray<T>* btConvexHullInternal::PoolArray< T >::next |
Definition at line 672 of file btConvexHullComputer.cpp.
int btConvexHullInternal::PoolArray< T >::size [private] |
Definition at line 669 of file btConvexHullComputer.cpp.