Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::DumpWEnsight7::EnsightPart Struct Reference

Correspondence between Ensight element type and Arcane. More...

Collaboration diagram for Arcane::DumpWEnsight7::EnsightPart:

Public Member Functions

 EnsightPart (int type, Integer nb_node, const String &name)
 EnsightPart (const EnsightPart &part)
int type () const
Integer nbNode () const
const Stringname () const
Array< Item > & items ()
ConstArrayView< Itemitems () const
bool hasReindex () const
void setReindex (Integer *reindex)
ConstArrayView< Integerreindex () const

Private Attributes

int m_type
 Arcane type of the element.
Integer m_nb_node
 Number of nodes.
String m_name
 Ensight name of this element.
UniqueArray< Itemm_items
 Entities of elements of this type.
UniqueArray< Integerm_reindex

Detailed Description

Correspondence between Ensight element type and Arcane.

Definition at line 109 of file DumpWEnsight7.cc.

Constructor & Destructor Documentation

◆ EnsightPart() [1/3]

Arcane::DumpWEnsight7::EnsightPart::EnsightPart ( )
inline

Definition at line 113 of file DumpWEnsight7.cc.

◆ EnsightPart() [2/3]

Arcane::DumpWEnsight7::EnsightPart::EnsightPart ( int type,
Integer nb_node,
const String & name )
inline

Definition at line 117 of file DumpWEnsight7.cc.

◆ EnsightPart() [3/3]

Arcane::DumpWEnsight7::EnsightPart::EnsightPart ( const EnsightPart & part)
inline

Definition at line 122 of file DumpWEnsight7.cc.

Member Function Documentation

◆ hasReindex()

bool Arcane::DumpWEnsight7::EnsightPart::hasReindex ( ) const
inline

Definition at line 139 of file DumpWEnsight7.cc.

◆ items() [1/2]

Array< Item > & Arcane::DumpWEnsight7::EnsightPart::items ( )
inline

Definition at line 137 of file DumpWEnsight7.cc.

◆ items() [2/2]

ConstArrayView< Item > Arcane::DumpWEnsight7::EnsightPart::items ( ) const
inline

Definition at line 138 of file DumpWEnsight7.cc.

◆ name()

const String & Arcane::DumpWEnsight7::EnsightPart::name ( ) const
inline

Definition at line 136 of file DumpWEnsight7.cc.

◆ nbNode()

Integer Arcane::DumpWEnsight7::EnsightPart::nbNode ( ) const
inline

Definition at line 135 of file DumpWEnsight7.cc.

◆ reindex()

ConstArrayView< Integer > Arcane::DumpWEnsight7::EnsightPart::reindex ( ) const
inline

Definition at line 146 of file DumpWEnsight7.cc.

◆ setReindex()

void Arcane::DumpWEnsight7::EnsightPart::setReindex ( Integer * reindex)
inline

Definition at line 140 of file DumpWEnsight7.cc.

◆ type()

int Arcane::DumpWEnsight7::EnsightPart::type ( ) const
inline

Definition at line 134 of file DumpWEnsight7.cc.

Member Data Documentation

◆ m_items

UniqueArray<Item> Arcane::DumpWEnsight7::EnsightPart::m_items
private

Entities of elements of this type.

Definition at line 153 of file DumpWEnsight7.cc.

◆ m_name

String Arcane::DumpWEnsight7::EnsightPart::m_name
private

Ensight name of this element.

Definition at line 152 of file DumpWEnsight7.cc.

◆ m_nb_node

Integer Arcane::DumpWEnsight7::EnsightPart::m_nb_node
private

Number of nodes.

Definition at line 151 of file DumpWEnsight7.cc.

◆ m_reindex

UniqueArray<Integer> Arcane::DumpWEnsight7::EnsightPart::m_reindex
private

Definition at line 154 of file DumpWEnsight7.cc.

◆ m_type

int Arcane::DumpWEnsight7::EnsightPart::m_type
private

Arcane type of the element.

Definition at line 150 of file DumpWEnsight7.cc.


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