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:

Inheritance graph
[legend]
Collaboration diagram for nvutil::RCVector< T >:

Collaboration graph
[legend]
List of all members.

Public Methods

 RCVector ()
 Default Constructor. More...

 RCVector (size_t n)
 Constructor. More...


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]
 

Default Constructor.

template<typename T>
nvutil::RCVector< T >::RCVector size_t    n [inline]
 

Constructor.

the vector of elements is sized to n.

Parameters:
n  size of vector


The documentation for this class was generated from the following file:
Generated on Tue Mar 1 13:20:46 2005 for NVSGSDK by NVIDIA