rall1d_io.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002  * \file  
00003  *      provides I/O operations on Rall1d
00004  *       
00005  *  \author 
00006  *      Erwin Aertbelien, Div. PMA, Dep. of Mech. Eng., K.U.Leuven
00007  *
00008  *  \version 
00009  *      ORO_Geometry V0.2
00010  *
00011  *  \par History
00012  *      - $log$
00013  *
00014  *  \par Release
00015  *      $Id: rall1d_io.h,v 1.1.1.1 2002/08/26 14:14:21 rmoreas Exp $
00016  *      $Name:  $ 
00017  ****************************************************************************/
00018 #ifndef Rall_IO_H
00019 #define Rall_IO_H
00020 
00021 #include "utility_io.h"
00022 #include "rall1d.h"
00023 
00024 namespace KDL {
00025 
00026 template <class T,class V,class S>
00027 inline std::ostream& operator << (std::ostream& os,const Rall1d<T,V,S>& r)
00028             {
00029             os << "Rall1d(" << r.t <<"," << r.grad <<")";
00030             return os;
00031             }
00032 
00033 
00034 }
00035 
00036 
00037 #endif


orocos_kdl
Author(s):
autogenerated on Wed Aug 26 2015 15:14:14