Types and macros for iterating over mesh entities connected to another entity. More...
#include "arcane/core/Item.h"#include "arcane/core/ItemConnectedEnumeratorBase.h"Go to the source code of this file.
Classes | |
| class | Arcane::ItemConnectedEnumerator |
| Enumerator over a list of entities connected to another. More... | |
| class | Arcane::ItemConnectedEnumeratorT< ItemType > |
| Enumerator over a typed list of connected entities of type ItemType. More... | |
Namespaces | |
| namespace | Arcane |
| -- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -- | |
Macros | |
| #define | ENUMERATE_CONNECTED_(type, iterator_name, item, connectivity_func) |
| Macro to iterate over a list of entities connected to another entity. | |
Types and macros for iterating over mesh entities connected to another entity.
Definition in file ItemConnectedEnumerator.h.
| #define ENUMERATE_CONNECTED_ | ( | type, | |
| iterator_name, | |||
| item, | |||
| connectivity_func ) |
Macro to iterate over a list of entities connected to another entity.
| type | type of the connected entity (Node, Face, Cell, Edge, Particle, DoF ) |
| iterator_name | name of the enumerator |
| item | name of the entity whose connectivities are desired |
| connectivity_func | method of item to retrieve the connectivity. |
Example for iterating over the cell nodes:
Definition at line 154 of file ItemConnectedEnumerator.h.