14#include "arcane/utils/Real3x3.h"
16#include "arcane/utils/Iostream.h"
17#include "arcane/utils/Real3x3Proxy.h"
31 i >>
x >> ws >>
y >> ws >>
z;
39print(std::ostream& o)
const
41 o <<
x <<
' ' <<
y <<
' ' <<
z;
51 o <<
'(' <<
x <<
',' <<
y <<
',' <<
z <<
')';
72print(std::ostream& o)
const
74 return getValue().
print(o);
std::ostream & printXyz(std::ostream &o) const
Ecrit le triplet sur le flot o sous la forme (x,y,z)
std::ostream & print(std::ostream &o) const
Ecrit le triplet sur le flot o lisible par un assign()
Real3x3Proxy & assign(Real3 ax, Real3 ay, Real3 az)
Affecte à l'instance le triplet (ax,ay,az)
std::ostream & printXyz(std::ostream &o) const
Ecrit le triplet sur le flot o sous la forme (x,y,z)
Real3 z
premier élément du triplet
Real3 y
premier élément du triplet
Real3 x
premier élément du triplet
constexpr ARCCORE_HOST_DEVICE Real3x3 & assign(Real3 ax, Real3 ay, Real3 az)
Affecte à l'instance les lignes (ax,ay,az)
std::ostream & print(std::ostream &o) const
Ecrit le triplet sur le flot o lisible par un assign()
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-