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