Shape.cpp File Reference

#include <Shape.hpp>
#include <Translation.hpp>
#include <Rotation.hpp>
#include <Scale.hpp>
#include <TransformMatrix.hpp>
#include <Scene.hpp>

Include dependency graph for Shape.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Shape &shape)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Shape shape 
)

Prints a shape to a stream

Parameters:
os stream
shape shape
Returns:
os

Definition at line 35 of file Shape.cpp.

References Shape::__put().

00036 {
00037   return shape.__put(os);
00038 }

Here is the call graph for this function:


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