1 #line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.9-windows/ufe/include/debugTypesOstream.h" 10 #ifndef _debugTypesOstream 11 #define _debugTypesOstream 22 std::ostream& operator << (std::ostream& os, const TypedVector3<T>& v)
24 os <<
"[" << v.x() <<
"," << v.y() <<
"," << v.z() <<
"]" ;
30 os <<
"[" << std::endl ;
42 << bbox.
min.
x() <<
" " 43 << bbox.
min.
y() <<
" " 44 << bbox.
min.
z() <<
")" 46 << bbox.
max.
x() <<
" " 47 << bbox.
max.
y() <<
" " 48 << bbox.
max.
z() <<
")\n";
std::array< std::array< double, 4 >, 4 > matrix
Matrix class for 3D transforms.
std::ostream & operator<<(std::ostream &os, const BBox3d &bbox)