Go to the source code of this file.
◆ operator<<<double >() [1/2]
template<>
std::ostream& operator<<<double > |
( |
std::ostream & |
s, |
|
|
const TkRotation< double > & |
rtmp |
|
) |
| |
Definition at line 12 of file TkRotation.cc.
References alignCSCRings::s.
13 return s <<
" (" << rtmp.
xx() <<
',' << rtmp.
xy() <<
',' << rtmp.
xz() <<
")\n" 14 <<
" (" << rtmp.
yx() <<
',' << rtmp.
yy() <<
',' << rtmp.
yz() <<
")\n" 15 <<
" (" << rtmp.
zx() <<
',' << rtmp.
zy() <<
',' << rtmp.
zz() <<
") ";
◆ operator<<<double >() [2/2]
template<>
std::ostream& operator<<<double > |
( |
std::ostream & |
s, |
|
|
const TkRotation2D< double > & |
rtmp |
|
) |
| |
◆ operator<<<float >() [1/2]
template<>
std::ostream& operator<<<float > |
( |
std::ostream & |
s, |
|
|
const TkRotation< float > & |
rtmp |
|
) |
| |
Definition at line 5 of file TkRotation.cc.
References alignCSCRings::s.
6 return s <<
" (" << rtmp.
xx() <<
',' << rtmp.
xy() <<
',' << rtmp.
xz() <<
")\n" 7 <<
" (" << rtmp.
yx() <<
',' << rtmp.
yy() <<
',' << rtmp.
yz() <<
")\n" 8 <<
" (" << rtmp.
zx() <<
',' << rtmp.
zy() <<
',' << rtmp.
zz() <<
") ";
◆ operator<<<float >() [2/2]
template<>
std::ostream& operator<<<float > |
( |
std::ostream & |
s, |
|
|
const TkRotation2D< float > & |
rtmp |
|
) |
| |