Functor for writing a variable of type Real. More...
Public Member Functions | |
| WriteDouble (DumpWEnsight7 &dw, ConstArrayView< FromType > ptr, GroupIndexTable *idx=nullptr) | |
| WriteDouble (const WriteDouble &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 | |
| ConstArrayView< FromType > | m_ptr |
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 413 of file DumpWEnsight7.cc.
|
inline |
Definition at line 418 of file DumpWEnsight7.cc.
|
inline |
Definition at line 422 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Implements Arcane::DumpWEnsight7::WriteBase.
Definition at line 427 of file DumpWEnsight7.cc.
|
inlineoverridevirtual |
Implements Arcane::DumpWEnsight7::WriteBase.
Definition at line 447 of file DumpWEnsight7.cc.
|
inline |
Definition at line 435 of file DumpWEnsight7.cc.
| ConstArrayView<FromType> Arcane::DumpWEnsight7::WriteDouble< FromType >::m_ptr |
Definition at line 431 of file DumpWEnsight7.cc.