Stream.hpp

Go to the documentation of this file.
00001 
00002 /* COPYRIGHT
00003  *
00004  * This file is part of the Simple Object Loader and Renderer - SOLAR
00005  *
00006  * Read the file "SOLAR-LICENSE" for the license.
00007  *
00008  * Authors & Copyright:
00009  *
00010  * Tommi Ilmonen, 2001-2003, except LWO-code by RJ, 2001-2003
00011  *
00012  * Tommi's email: firstname.lastname@hut.fi
00013  *
00014  */
00015 
00016 #ifndef SOLAR_STREAM_UTILS_HPP
00017 #define SOLAR_STREAM_UTILS_HPP
00018 
00019 #include <Fluid/Vector2.hpp>
00020 #include <Fluid/Vector3.hpp>
00021 #include <Fluid/Matrix3.hpp>
00022 
00023 #include <iosfwd>
00024 
00025 namespace Solar {
00026 
00027   void Write(std::ostream *, const Fluid::Matrix3 &);
00028   void Write(std::ostream *, const Fluid::Vector3 &);
00029   void Write(std::ostream *, const Fluid::Vector2 &);
00030   
00031 }
00032 
00033 #endif

Generated on Mon Mar 12 21:09:00 2007 for VEE - The Visual Effects Engine by  doxygen 1.4.6