Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::DumpWEnsight7::WriteReal3 Class Reference

Functor to write a variable of type Real2. More...

Inheritance diagram for Arcane::DumpWEnsight7::WriteReal3:
Collaboration diagram for Arcane::DumpWEnsight7::WriteReal3:

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< Real3m_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
GroupIndexTablem_idx = nullptr

Detailed Description

Functor to write a variable of type Real2.

Functor to write a variable of type Real3

Definition at line 512 of file DumpWEnsight7.cc.

Constructor & Destructor Documentation

◆ WriteReal3() [1/2]

Arcane::DumpWEnsight7::WriteReal3::WriteReal3 ( DumpWEnsight7 & dw,
ConstArrayView< Real3 > ptr,
GroupIndexTable * idx = nullptr )
inline

Definition at line 517 of file DumpWEnsight7.cc.

◆ WriteReal3() [2/2]

Arcane::DumpWEnsight7::WriteReal3::WriteReal3 ( const WriteReal3 & wd)
inline

Definition at line 521 of file DumpWEnsight7.cc.

Member Function Documentation

◆ _init()

void Arcane::DumpWEnsight7::WriteReal3::_init ( )
inlineprivate

Definition at line 584 of file DumpWEnsight7.cc.

◆ begin()

void Arcane::DumpWEnsight7::WriteReal3::begin ( )
inlineoverridevirtual

Reimplemented from Arcane::DumpWEnsight7::WriteBase.

Definition at line 534 of file DumpWEnsight7.cc.

◆ clone()

WriteBase * Arcane::DumpWEnsight7::WriteReal3::clone ( )
inlineoverridevirtual

Implements Arcane::DumpWEnsight7::WriteBase.

Definition at line 526 of file DumpWEnsight7.cc.

◆ end()

void Arcane::DumpWEnsight7::WriteReal3::end ( )
inlineoverridevirtual

Reimplemented from Arcane::DumpWEnsight7::WriteBase.

Definition at line 569 of file DumpWEnsight7.cc.

◆ write() [1/2]

void Arcane::DumpWEnsight7::WriteReal3::write ( ConstArrayView< Item > items)
inlineoverridevirtual

Implements Arcane::DumpWEnsight7::WriteBase.

Definition at line 562 of file DumpWEnsight7.cc.

◆ write() [2/2]

void Arcane::DumpWEnsight7::WriteReal3::write ( Integer index)
inline

Definition at line 545 of file DumpWEnsight7.cc.

Member Data Documentation

◆ m_ptr

ConstArrayView<Real3> Arcane::DumpWEnsight7::WriteReal3::m_ptr

Definition at line 530 of file DumpWEnsight7.cc.

◆ xostr

std::ostringstream Arcane::DumpWEnsight7::WriteReal3::xostr

Definition at line 578 of file DumpWEnsight7.cc.

◆ yostr

std::ostringstream Arcane::DumpWEnsight7::WriteReal3::yostr

Definition at line 579 of file DumpWEnsight7.cc.

◆ zostr

std::ostringstream Arcane::DumpWEnsight7::WriteReal3::zostr

Definition at line 580 of file DumpWEnsight7.cc.


The documentation for this class was generated from the following file: