Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class 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< T >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RCVector ()
 Default Constructor.
 RCVector (size_t n)
 Constructor.

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:21:14 2005 for NVSGSDK by NVIDIA