Functor to write a variable of type Real3. More...
Public Member Functions | |
| WriteArrayReal3 (DumpWEnsight7 &dw, ConstArray2View< Real3 > ptr, Integer idim2, GroupIndexTable *idx=nullptr) | |
| WriteArrayReal3 (const WriteArrayReal3 &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 | |
| ConstArray2View< Real3 > | m_ptr |
| const Integer | m_idim2 |
| 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 Real3.
Definition at line 593 of file DumpWEnsight7.cc.
|
inline |
Definition at line 598 of file DumpWEnsight7.cc.
|
inline |
Definition at line 604 of file DumpWEnsight7.cc.
|
inlineprivate |
Definition at line 667 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Reimplemented from Arcane::DumpWEnsight7::WriteBase.
Definition at line 619 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Implements Arcane::DumpWEnsight7::WriteBase.
Definition at line 610 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Reimplemented from Arcane::DumpWEnsight7::WriteBase.
Definition at line 652 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Implements Arcane::DumpWEnsight7::WriteBase.
Definition at line 645 of file DumpWEnsight7.cc.
|
inline |
Definition at line 630 of file DumpWEnsight7.cc.
| const Integer Arcane::DumpWEnsight7::WriteArrayReal3::m_idim2 |
Definition at line 615 of file DumpWEnsight7.cc.
| ConstArray2View<Real3> Arcane::DumpWEnsight7::WriteArrayReal3::m_ptr |
Definition at line 614 of file DumpWEnsight7.cc.
| std::ostringstream Arcane::DumpWEnsight7::WriteArrayReal3::xostr |
Definition at line 661 of file DumpWEnsight7.cc.
| std::ostringstream Arcane::DumpWEnsight7::WriteArrayReal3::yostr |
Definition at line 662 of file DumpWEnsight7.cc.
| std::ostringstream Arcane::DumpWEnsight7::WriteArrayReal3::zostr |
Definition at line 663 of file DumpWEnsight7.cc.