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

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

Inheritance diagram for Arcane::DumpWEnsight7::WriteArrayReal3:
Collaboration diagram for Arcane::DumpWEnsight7::WriteArrayReal3:

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

Detailed Description

Functor to write a variable of type Real3.

Definition at line 593 of file DumpWEnsight7.cc.

Constructor & Destructor Documentation

◆ WriteArrayReal3() [1/2]

Arcane::DumpWEnsight7::WriteArrayReal3::WriteArrayReal3 ( DumpWEnsight7 & dw,
ConstArray2View< Real3 > ptr,
Integer idim2,
GroupIndexTable * idx = nullptr )
inline

Definition at line 598 of file DumpWEnsight7.cc.

◆ WriteArrayReal3() [2/2]

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

Definition at line 604 of file DumpWEnsight7.cc.

Member Function Documentation

◆ _init()

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

Definition at line 667 of file DumpWEnsight7.cc.

◆ begin()

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

Reimplemented from Arcane::DumpWEnsight7::WriteBase.

Definition at line 619 of file DumpWEnsight7.cc.

◆ clone()

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

Implements Arcane::DumpWEnsight7::WriteBase.

Definition at line 610 of file DumpWEnsight7.cc.

◆ end()

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

Reimplemented from Arcane::DumpWEnsight7::WriteBase.

Definition at line 652 of file DumpWEnsight7.cc.

◆ write() [1/2]

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

Implements Arcane::DumpWEnsight7::WriteBase.

Definition at line 645 of file DumpWEnsight7.cc.

◆ write() [2/2]

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

Definition at line 630 of file DumpWEnsight7.cc.

Member Data Documentation

◆ m_idim2

const Integer Arcane::DumpWEnsight7::WriteArrayReal3::m_idim2

Definition at line 615 of file DumpWEnsight7.cc.

◆ m_ptr

ConstArray2View<Real3> Arcane::DumpWEnsight7::WriteArrayReal3::m_ptr

Definition at line 614 of file DumpWEnsight7.cc.

◆ xostr

std::ostringstream Arcane::DumpWEnsight7::WriteArrayReal3::xostr

Definition at line 661 of file DumpWEnsight7.cc.

◆ yostr

std::ostringstream Arcane::DumpWEnsight7::WriteArrayReal3::yostr

Definition at line 662 of file DumpWEnsight7.cc.

◆ zostr

std::ostringstream Arcane::DumpWEnsight7::WriteArrayReal3::zostr

Definition at line 663 of file DumpWEnsight7.cc.


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