Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::mesh::FaceInfo2 Class Reference

Info on an active Face. More...

#include <arcane/mesh/ParallelAMRConsistency.h>

Collaboration diagram for Arcane::mesh::FaceInfo2:

Public Member Functions

 FaceInfo2 (ItemUniqueId unique_id, Integer aowner)
ItemUniqueId uniqueId () const
Integer owner () const
void setCenter (Real3 center)
Real3 center () const

Private Attributes

ItemUniqueId m_unique_id
Int32 m_owner
Real3 m_center

Detailed Description

Info on an active Face.

This object can be copied but must not be kept after the associated manager m_mng is destroyed.

Definition at line 221 of file ParallelAMRConsistency.h.

Constructor & Destructor Documentation

◆ FaceInfo2() [1/2]

Arcane::mesh::FaceInfo2::FaceInfo2 ( )
inline

Definition at line 225 of file ParallelAMRConsistency.h.

◆ FaceInfo2() [2/2]

Arcane::mesh::FaceInfo2::FaceInfo2 ( ItemUniqueId unique_id,
Integer aowner )
inline

Definition at line 229 of file ParallelAMRConsistency.h.

Member Function Documentation

◆ center()

Real3 Arcane::mesh::FaceInfo2::center ( ) const
inline

Definition at line 248 of file ParallelAMRConsistency.h.

◆ owner()

Integer Arcane::mesh::FaceInfo2::owner ( ) const
inline

Definition at line 240 of file ParallelAMRConsistency.h.

◆ setCenter()

void Arcane::mesh::FaceInfo2::setCenter ( Real3 center)
inline

Definition at line 244 of file ParallelAMRConsistency.h.

◆ uniqueId()

ItemUniqueId Arcane::mesh::FaceInfo2::uniqueId ( ) const
inline

Definition at line 236 of file ParallelAMRConsistency.h.

Member Data Documentation

◆ m_center

Real3 Arcane::mesh::FaceInfo2::m_center
private

Definition at line 257 of file ParallelAMRConsistency.h.

◆ m_owner

Int32 Arcane::mesh::FaceInfo2::m_owner
private

Definition at line 256 of file ParallelAMRConsistency.h.

◆ m_unique_id

ItemUniqueId Arcane::mesh::FaceInfo2::m_unique_id
private

Definition at line 255 of file ParallelAMRConsistency.h.


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