Main Page   Class Hierarchy   Compound List   File List   Compound Members  

PLib::CVector Class Template Reference

A circular vector class. More...

#include <matrix/cvector.h>

Inheritance diagram for PLib::CVector:

PLib::Vector PLib::BasicArray List of all members.

Public Methods

 CVector ()
 CVector (const int r)
 CVector (const CVector< T > &v)
 CVector (const Vector< T > &v)
 CVector (const BasicArray< T > &v)
virtual ~CVector ()
T & operator[] (const int i)
operator[] (const int i) const
void put (T v)

Protected Attributes

int index

Detailed Description

template<class T>
class PLib::CVector< T >

A circular vector class.

A circular vector class based on the vector class. The usefullness is limited since you can't perform mathematical operators with these vectors and obtain meaningfull results.

Author:
Philippe Lavoie
Date:
4 October 1996

Definition at line 47 of file cvector.h.


The documentation for this class was generated from the following file:
Generated on Tue Jun 24 13:26:59 2003 for NURBS++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002