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.h File Reference

#include <GL/gl.h>
#include "pv_vector.h"
#include "pv_point.h"
#include "pv_gl.h"

Include dependency graph for pv_point_vector.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  Pv_Point_Vector

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:20 2003 for SIMEX by doxygen1.2.18