Base class for a view on unstructured connectivity. More...
#include <arcane/core/IndexedItemConnectivityView.h>
Public Member Functions | |
| constexpr __host__ __device__ Int32 | nbSourceItem () const |
| Number of source entities. | |
| constexpr __host__ __device__ Int32 | nbItem (ItemLocalId lid) const |
| Number of entities connected to entity lid. | |
| constexpr __host__ __device__ ItemLocalIdListViewT< Item > | items (ItemLocalId lid) const |
| List of entities connected to entity lid. | |
Protected Member Functions | |
| IndexedItemConnectivityViewBase2 (IndexedItemConnectivityViewBase view) | |
Protected Attributes | |
| ItemConnectivityContainerView | m_container_view |
Base class for a view on unstructured connectivity.
Like all views, instances of this class are temporary and should not be kept between two mesh evolutions.
Definition at line 113 of file IndexedItemConnectivityView.h.
|
inlineexplicitprotected |
Definition at line 121 of file IndexedItemConnectivityView.h.
|
inlineconstexpr |
List of entities connected to entity lid.
Definition at line 133 of file IndexedItemConnectivityView.h.
|
inlineconstexpr |
Number of entities connected to entity lid.
Definition at line 131 of file IndexedItemConnectivityView.h.
Referenced by Arcane::IndexedItemConnectivityViewT< ItemType, Cell >::nbCell(), Arcane::IndexedItemConnectivityViewT< ItemType, DoF >::nbDof(), Arcane::IndexedItemConnectivityViewT< ItemType, Edge >::nbEdge(), Arcane::IndexedItemConnectivityViewT< ItemType, Face >::nbFace(), and Arcane::IndexedItemConnectivityViewT< ItemType, Node >::nbNode().
|
inlineconstexpr |
Number of source entities.
Definition at line 129 of file IndexedItemConnectivityView.h.
|
protected |
Definition at line 140 of file IndexedItemConnectivityView.h.