Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Search  

/home/mrm/Simex/simulations/hr_bike/pv_point_vector.cxx File Reference

#include "./pv_point_vector.h"

Include dependency graph for pv_point_vector.cxx:

Include dependency graph

Functions

std::ostream & operator<< (std::ostream &s, const Pv_Point_Vector &z)

Function Documentation

std::ostream& operator<< std::ostream &    s,
const Pv_Point_Vector   z
 

00057                                                    {
00058   s<<"*****Pv_Point_Vector*****\n";
00059   for(int i=0;i<(int)z.size();i++){
00060     s<<*(z.at(i));
00061   }
00062   return s;
00063 }


Generated on Sat Jul 19 04:03:18 2003 for SIMEX by doxygen1.2.18