rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
ArrayVec< T > Class Template Reference

Template class for vector of vectors (matrix). More...

#include <vectorarray.hpp>

Public Member Functions

void assign (int nR, int nC, T newelem)
 
void size (int &nR, int &nC) const
 
int size () const
 
void clear ()
 
void write (std::ostream &streamout, const char *sep=", ") const
 
std::vector< T > & operator[] (const int a)
 
const std::vector< T > & operator[] (const int a) const
 

Protected Attributes

std::vector< std::vector< T > > elems
 
std::vector< int > dim
 

Detailed Description

template<class T>
class ArrayVec< T >

Template class for vector of vectors (matrix).

This is designed to be rectangular.

Template Parameters
TType of the vector elements.

Definition at line 50 of file vectorarray.hpp.


The documentation for this class was generated from the following files: