12#ifndef ARCANE_CORE_ICARTESIANMESHGENERATIONINFO_H
13#define ARCANE_CORE_ICARTESIANMESHGENERATIONINFO_H
44 virtual Int64 globalNbCell()
const = 0;
50 virtual Int64 firstOwnCellUniqueId()
const = 0;
51 virtual Real3 globalOrigin()
const = 0;
52 virtual Real3 globalLength()
const = 0;
59 virtual void setFirstOwnCellUniqueId(
Int64 uid) = 0;
60 virtual void setGlobalOrigin(
Real3 pos) = 0;
61 virtual void setGlobalLength(
Real3 length) = 0;
Declarations of Arcane's general types.
Class managing a 3-dimensional real vector.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int64_t Int64
Signed integer type of 64 bits.
ConstArrayView< Int32 > Int32ConstArrayView
C equivalent of a 1D array of 32-bit integers.
ConstArrayView< Int64 > Int64ConstArrayView
C equivalent of a 1D array of 64-bit integers.
std::int32_t Int32
Signed integer type of 32 bits.