12#ifndef ARCANE_CORE_MESGTOMESHTRANSPOSE_H
13#define ARCANE_CORE_MESGTOMESHTRANSPOSE_H
17#include "arcane/core/ItemVectorView.h"
18#include "arcane/core/ItemVector.h"
37 bool do_fatal =
false);
Interface of an entity family.
View on a vector of entities.
Item transposer between sub-meshes.
static eItemKind kindTranspose(eItemKind kindA, IMesh *meshA, IMesh *meshB)
Transpose the kind kindA of mesh meshA to the associated kind in meshB.
static ItemVector transpose(IMesh *meshA, IMesh *meshB, ItemVectorView itemsA, bool do_fatal=false)
Transpose itemsA from meshB to items on meshB.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
eItemKind
Mesh entity type.