Characteristics of a mesh. More...
#include <arcane/core/MeshKind.h>
Public Member Functions | |
| eMeshStructure | meshStructure () const |
| eMeshAMRKind | meshAMRKind () const |
| eMeshCellDimensionKind | meshDimensionKind () const |
| bool | isNonManifold () const |
| True if the mesh structure is eMeshCellDimensionKind::NonManifold. | |
| bool | isMonoDimension () const |
| True if the mesh structure is eMeshCellDimensionKind::MonoDimension. | |
| void | setMeshStructure (eMeshStructure v) |
| void | setMeshAMRKind (eMeshAMRKind v) |
| void | setMeshDimensionKind (eMeshCellDimensionKind v) |
Private Attributes | |
| eMeshStructure | m_structure = eMeshStructure::Unknown |
| eMeshAMRKind | m_amr_kind = eMeshAMRKind::None |
| eMeshCellDimensionKind | m_dimension_kind = eMeshCellDimensionKind::MonoDimension |
Characteristics of a mesh.
For now, the characteristics are:
Definition at line 112 of file MeshKind.h.
|
inline |
True if the mesh structure is eMeshCellDimensionKind::MonoDimension.
Definition at line 122 of file MeshKind.h.
References Arcane::MonoDimension.
Referenced by Arcane::mesh::OneMeshItemAdder::_addOneCell().
|
inline |
True if the mesh structure is eMeshCellDimensionKind::NonManifold.
Definition at line 120 of file MeshKind.h.
References Arcane::NonManifold.
|
inline |
Definition at line 117 of file MeshKind.h.
|
inline |
Definition at line 118 of file MeshKind.h.
|
inline |
Definition at line 116 of file MeshKind.h.
|
inline |
Definition at line 124 of file MeshKind.h.
|
inline |
Definition at line 125 of file MeshKind.h.
|
inline |
Definition at line 123 of file MeshKind.h.
|
private |
Definition at line 130 of file MeshKind.h.
|
private |
Definition at line 131 of file MeshKind.h.
|
private |
Definition at line 129 of file MeshKind.h.