#include <RCObject.h>
Inheritance diagram for nvutil::RCVector< T >:
Public Member Functions | |
RCVector () | |
Default Constructor. | |
RCVector (size_t n) | |
Constructor. |
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.
|
Default Constructor.
|
|
Constructor. the vector of elements is sized to n.
|