Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
ComponentPartItemVectorView.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* ComponentPartItemVectorView.cc (C) 2000-2022 */
9/* */
10/* View of a vector over a subset of component entities. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
14#include "arcane/core/materials/ComponentPartItemVectorView.h"
15#include "arcane/core/materials/IMeshMaterial.h"
16
17/*---------------------------------------------------------------------------*/
18/*---------------------------------------------------------------------------*/
19
20namespace Arcane::Materials
21{
22
23/*---------------------------------------------------------------------------*/
24/*---------------------------------------------------------------------------*/
25
32
33/*---------------------------------------------------------------------------*/
34/*---------------------------------------------------------------------------*/
35
42
43/*---------------------------------------------------------------------------*/
44/*---------------------------------------------------------------------------*/
45
46} // End namespace Arcane::Materials
47
48/*---------------------------------------------------------------------------*/
49/*---------------------------------------------------------------------------*/
ComponentPartItemVectorView(IMeshComponent *component, Int32 component_part_index, Int32ConstArrayView value_indexes, Int32ConstArrayView item_indexes, const ConstituentItemLocalIdListView &constituent_list_view, eMatPart part)
Constructs a view over a part of the component entities component.
EnvPartItemVectorView()=default
Constructs an uninitialized view.
MatPartItemVectorView()=default
Constructs an uninitialized view.
Always enables tracing in Arcane parts concerning materials.