Functor to write a variable of type Real2. More...
Public Member Functions | |
| WriteReal3 (DumpWEnsight7 &dw, ConstArrayView< Real3 > ptr, GroupIndexTable *idx=nullptr) | |
| WriteReal3 (const WriteReal3 &wd) | |
| WriteBase * | clone () override |
| void | begin () override |
| void | write (Integer index) |
| void | write (ConstArrayView< Item > items) override |
| void | end () override |
| Public Member Functions inherited from Arcane::DumpWEnsight7::WriteBase | |
| WriteBase (DumpWEnsight7 &dw) | |
| WriteBase (DumpWEnsight7 &dw, GroupIndexTable *idx) | |
| WriteBase (const WriteBase &wb) | |
| virtual void | init () |
| virtual void | putValue (std::ostream &ofile) |
| std::ostream & | stream () |
Public Attributes | |
| ConstArrayView< Real3 > | m_ptr |
| std::ostringstream | xostr |
| std::ostringstream | yostr |
| std::ostringstream | zostr |
Private Member Functions | |
| void | _init () |
Additional Inherited Members | |
| Protected Attributes inherited from Arcane::DumpWEnsight7::WriteBase | |
| DumpWEnsight7 & | m_dw |
| std::ostringstream | m_ofile |
| GroupIndexTable * | m_idx = nullptr |
Functor to write a variable of type Real2.
Functor to write a variable of type Real3
Definition at line 512 of file DumpWEnsight7.cc.
|
inline |
Definition at line 517 of file DumpWEnsight7.cc.
|
inline |
Definition at line 521 of file DumpWEnsight7.cc.
|
inlineprivate |
Definition at line 584 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Reimplemented from Arcane::DumpWEnsight7::WriteBase.
Definition at line 534 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Implements Arcane::DumpWEnsight7::WriteBase.
Definition at line 526 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Reimplemented from Arcane::DumpWEnsight7::WriteBase.
Definition at line 569 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Implements Arcane::DumpWEnsight7::WriteBase.
Definition at line 562 of file DumpWEnsight7.cc.
|
inline |
Definition at line 545 of file DumpWEnsight7.cc.
| ConstArrayView<Real3> Arcane::DumpWEnsight7::WriteReal3::m_ptr |
Definition at line 530 of file DumpWEnsight7.cc.
| std::ostringstream Arcane::DumpWEnsight7::WriteReal3::xostr |
Definition at line 578 of file DumpWEnsight7.cc.
| std::ostringstream Arcane::DumpWEnsight7::WriteReal3::yostr |
Definition at line 579 of file DumpWEnsight7.cc.
| std::ostringstream Arcane::DumpWEnsight7::WriteReal3::zostr |
Definition at line 580 of file DumpWEnsight7.cc.