Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
nvutil::RCVector< T > Class Template Reference
A reference counted vector of elements.
More...
#include <RCObject.h>
Inheritance diagram for nvutil::RCVector:
[legend]Collaboration diagram for nvutil::RCVector< T >:
[legend]List of all members.
Detailed Description
template<typename T>
class nvutil::RCVector< T >
A reference counted vector of elements.
A RCVector is a template class publicly derived from both std::vector<> and RCObject. It is used to hold a reference counted vector of elements of any type. It is used for example in Quads
for the faces or in TriStrips
for the strip indices.
Constructor & Destructor Documentation
template<typename T> |
nvutil::RCVector< T >::RCVector |
( |
|
) |
[inline] |
|
template<typename T> |
nvutil::RCVector< T >::RCVector |
( |
size_t |
n |
) |
[inline] |
|
|
Constructor.
the vector of elements is sized to n. -
Parameters:
-
|
The documentation for this class was generated from the following file:
Generated on Tue Mar 1 13:20:46 2005 for NVSGSDK by