|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CTessList Class Template ReferenceA basic speed list gestion, to add/remove already created Object.
More...
#include <tess_list.h>
List of all members.
Detailed Description
template<class T>
class NL3D::CTessList< T >
A basic speed list gestion, to add/remove already created Object.
Object must herit from CTessNodeList. Also, provide a fast size(). -
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2000
Definition at line 61 of file tess_list.h.
Constructor & Destructor Documentation
template<class T> |
NL3D::CTessList< T >::CTessList |
( |
|
) |
[inline] |
|
Member Function Documentation
template<class T> |
void NL3D::CTessList< T >::append |
( |
T * |
node |
) |
[inline] |
|
template<class T> |
T* NL3D::CTessList< T >::begin |
( |
void |
|
) |
[inline] |
|
template<class T> |
void NL3D::CTessList< T >::clear |
( |
void |
|
) |
[inline] |
|
template<class T> |
void NL3D::CTessList< T >::remove |
( |
T * |
node |
) |
[inline] |
|
template<class T> |
sint NL3D::CTessList< T >::size |
( |
|
) |
const [inline] |
|
Member Data Documentation
template<class T> |
T* NL3D::CTessList::Root [private]
|
|
template<class T> |
sint NL3D::CTessList::Size [private]
|
|
The documentation for this class was generated from the following file:
|
|