rall1d_io.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * \file
3  * provides I/O operations on Rall1d
4  *
5  * \author
6  * Erwin Aertbelien, Div. PMA, Dep. of Mech. Eng., K.U.Leuven
7  *
8  * \version
9  * ORO_Geometry V0.2
10  *
11  * \par History
12  * - $log$
13  *
14  * \par Release
15  * $Id: rall1d_io.h,v 1.1.1.1 2002/08/26 14:14:21 rmoreas Exp $
16  * $Name: $
17  ****************************************************************************/
18 #ifndef Rall_IO_H
19 #define Rall_IO_H
20 
21 #include "utility_io.h"
22 #include "rall1d.h"
23 
24 namespace KDL {
25 
26 template <class T,class V,class S>
27 inline std::ostream& operator << (std::ostream& os,const Rall1d<T,V,S>& r)
28  {
29  os << "Rall1d(" << r.t <<"," << r.grad <<")";
30  return os;
31  }
32 
33 
34 }
35 
36 
37 #endif


orocos_kdl
Author(s):
autogenerated on Sat Jun 15 2019 19:07:36