marVector.cpp File Reference

#include "marVector.h"
#include <assert.h>
#include <math.h>
Include dependency graph for marVector.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const marVector &v)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const marVector v 
)

Definition at line 83 of file marVector.cpp.

References marVector::size().

00084 {
00085         int i;
00086     for(i=0;i < v.size();i++) 
00087         {
00088                 os << " " << v(i);
00089         }
00090         os <<"\n";
00091     return(os);
00092 }

Here is the call graph for this function:


Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1