Functor for writing a variable of type Real. More...
Public Member Functions | |
| WriteArrayDouble (DumpWEnsight7 &dw, ConstArray2View< FromType > ptr, const Integer idim2, GroupIndexTable *idx=nullptr) | |
| WriteArrayDouble (const WriteArrayDouble &wd) | |
| WriteBase * | clone () override |
| void | write (Integer index) |
| void | write (ConstArrayView< Item > items) override |
| Public Member Functions inherited from Arcane::DumpWEnsight7::WriteBase | |
| WriteBase (DumpWEnsight7 &dw) | |
| WriteBase (DumpWEnsight7 &dw, GroupIndexTable *idx) | |
| WriteBase (const WriteBase &wb) | |
| virtual void | begin () |
| virtual void | end () |
| virtual void | init () |
| virtual void | putValue (std::ostream &ofile) |
| std::ostream & | stream () |
Public Attributes | |
| ConstArray2View< FromType > | m_ptr |
| const Integer | m_idim2 |
Additional Inherited Members | |
| Protected Attributes inherited from Arcane::DumpWEnsight7::WriteBase | |
| DumpWEnsight7 & | m_dw |
| std::ostringstream | m_ofile |
| GroupIndexTable * | m_idx = nullptr |
Functor for writing a variable of type Real.
Definition at line 459 of file DumpWEnsight7.cc.
|
inline |
Definition at line 464 of file DumpWEnsight7.cc.
|
inline |
Definition at line 470 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Implements Arcane::DumpWEnsight7::WriteBase.
Definition at line 476 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Implements Arcane::DumpWEnsight7::WriteBase.
Definition at line 497 of file DumpWEnsight7.cc.
|
inline |
Definition at line 485 of file DumpWEnsight7.cc.
| const Integer Arcane::DumpWEnsight7::WriteArrayDouble< FromType >::m_idim2 |
Definition at line 481 of file DumpWEnsight7.cc.
| ConstArray2View<FromType> Arcane::DumpWEnsight7::WriteArrayDouble< FromType >::m_ptr |
Definition at line 480 of file DumpWEnsight7.cc.