#include <EntityList.h>
List of all members.
Detailed Description
template<class T>
class GE::EntityList< T >
This is the template class for an ordered list of entities. This works for classes derived from Entity.
- Author:
- J. P. Abelanet - 04/18/98
- Examples:
-
examples/torus.cpp.
Constructor & Destructor Documentation
Constructor for an EntityList.
- Author:
- J. P. Abelanet - 12/16/04
Destructor for an EntityList.
- Note:
- This is the first note
- This is the second note
- Bug:
- This is the first problem
- This is the second problem
- Author:
- J. P. Abelanet - 12/16/04
Member Function Documentation
template<class T >
ERR_type GE::EntityList< T >::Append_Entity |
( |
const T * |
entity ) |
[inline] |
This routine appends an entity to a list of entities.
- Parameters:
-
[in] | entity | entity to add to list |
- Returns:
ERR_insufficient_memory | unable to allocate memory |
- Author:
- J. P. Abelanet - 04/19/98
The documentation for this class was generated from the following file: