8#ifndef ARCANE_CASEOPTION_AXLSTAR_ARCANEGEOMETRICMESHPARTITIONERSERVICE_H
9#define ARCANE_CASEOPTION_AXLSTAR_ARCANEGEOMETRICMESHPARTITIONERSERVICE_H
14#include "arcane/utils/String.h"
16#include "arcane/CaseOptions.h"
17#include "arcane/CaseOptionsMulti.h"
18#include "arcane/CaseOptionBuildInfo.h"
19#include "arcane/XmlNodeList.h"
30class CaseOptionsArcaneGeometricMeshPartitionerService
61 return m_case_options.get();
66 return m_case_options->configList();
71 m_case_options->setCaseModule(m);
76 m_case_options->setCaseServiceInfo(si);
82 m_case_options->addAlternativeNodeName(lang,name);
120#ifndef ARCANE_MODULE_AXLSTAR_ARCANEGEOMETRICMESHPARTITIONERSERVICE_H
121#define ARCANE_MODULE_AXLSTAR_ARCANEGEOMETRICMESHPARTITIONERSERVICE_H
126#include "arcane/VariableTypes.h"
127#include "arcane/ServiceInfo.h"
128#include "arcane/ISubDomain.h"
129#include "arcane/ServiceBuildInfo.h"
130#include "arcane/ServiceFactory.h"
131#include "arcane/ServiceRegisterer.h"
132#include "arcane/BasicService.h"
134#ifndef ARCANE_HAS_SPECIFIC_BASIC_SERVICE
154class CaseOptionsArcaneGeometricMeshPartitionerService;
161 :
public Arcane::BasicCaseOptionService
167 si->setCaseOptionsFileName(
"ArcaneGeometricMeshPartitionerService_arcane_impl");
168 si->setAxlVersion(0.0);
169 si->setDefaultTagName(
"arcane-geometric-mesh-partitioner-service");
181 :
Arcane::BasicCaseOptionService(sbi)
216 int file_version = 1;
224#define ARCANE_REGISTER_SERVICE_ARCANEGEOMETRICMESHPARTITIONERSERVICE(service_name,class_name) \
225 ARCANE_REGISTER_AXL_SERVICE(class_name,Arcane::ServiceProperty(#service_name,Arcane::ST_SubDomain|Arcane::ST_CaseOption,\
#define ARCANE_SERVICE_INTERFACE(ainterface)
Macro to declare an interface when registering a service.
CaseOptionsArcaneGeometricMeshPartitionerService * m_options
Options du jeu de données du service.
static Arcane::FileContent getAxlContent()
Variables du service.
virtual ~ArcaneArcaneGeometricMeshPartitionerServiceObject()
Destructeur.
CaseOptionsArcaneGeometricMeshPartitionerService * options() const
Options du jeu de données du service.
ArcaneArcaneGeometricMeshPartitionerServiceObject(const Arcane::ServiceBuildInfo &sbi)
Constructeur.
Base class of a service linked to a subdomain.
Description and content of a file.
Interface for a data set options list.
Interface for a list of data set options.
Interface of a mesh partitioner.
Interface of a mesh partitioner.
Interface for service or module information.
Information about a service.
Encapsulation of a pointer with a reference counter.
static void registerToServiceInfo(ServiceInfo *si, const Interfaces &... args)
Registers the factories for the Interfaces interfaces in the service.
ICaseOptions * caseOptions() const
Access to the associated ICaseOptions.
Structure containing the information to create a service.
View of an array of elements of type T.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
unsigned char Byte
Type of a byte.