Main Page   Class Hierarchy   Compound List   File List   Compound Members  

PLib::CVector Class Template Reference

A circular vector class. More...

#include <matrix/cvector.hh>

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


The documentation for this class was generated from the following file:
Generated on Sun Feb 3 00:46:11 2002 for NURBS++ by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001