Vertex.cpp File Reference

#include <Vertex.hpp>

Include dependency graph for Vertex.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Vertex &V)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Vertex V 
)

Prints a given vertex to a stream

Parameters:
os the given stream
V the vertex
Returns:
the modified stream

Definition at line 30 of file Vertex.cpp.

References Vertex::x(), Vertex::y(), and Vertex::z().

00032 {
00033   os << '<' << V.x() << ", " << V.y() << ", " << V.z() << '>';
00034   return os;
00035 }

Here is the call graph for this function:


Generated on Wed Nov 19 00:03:51 2008 for FreeFEM3D (aka ff3d) by  doxygen 1.5.6