12#ifndef ARCANE_CORE_VARIABLEMETADATA_H
13#define ARCANE_CORE_VARIABLEMETADATA_H
17#include "arcane/utils/String.h"
56 String meshName()
const {
return m_mesh_name; }
57 String itemFamilyName()
const {
return m_item_family_name; }
58 String itemGroupName()
const {
return m_item_group_name; }
59 bool isPartial()
const {
return m_is_partial; }
61 String fullType()
const {
return m_full_type; }
62 void setFullType(
const String& v) { m_full_type = v; }
66 void setHash(
const String& v) { m_hash_str = v; }
70 void setHash2(
const String& v) { m_hash2_str = v; }
74 void setHashVersion(Int32 v) { m_hash_version = v; }
76 Integer property()
const {
return m_property; }
77 void setProperty(Integer v) { m_property = v; }
79 String multiTag()
const {
return m_multi_tag; }
80 void setMultiTag(
const String& v) { m_multi_tag = v; }
87 String m_item_family_name;
88 String m_item_group_name;
96 Int32 m_hash_version = 0;
100 void _buildFullName();
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Int32 Integer
Type représentant un entier.