8#ifndef ARCANE_CASEOPTION_AXLSTAR_ARCANEBASICMESHSUBDIVIDERSERVICE_H
9#define ARCANE_CASEOPTION_AXLSTAR_ARCANEBASICMESHSUBDIVIDERSERVICE_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 CaseOptionsArcaneBasicMeshSubdividerService
45 "nb-subdivision", _element(),
51 "different-element-type-output", _element(),
66 Arcane::Int32 getDifferentElementTypeOutput() {
return differentElementTypeOutput(); }
67 Arcane::ICaseFunction* getDifferentElementTypeOutputFunction() {
return differentElementTypeOutput.function(); }
68 Arcane::IStandardFunction* getDifferentElementTypeOutputStandardFunction() {
return differentElementTypeOutput.standardFunction(); }
79 return m_case_options.get();
84 return m_case_options->configList();
89 m_case_options->setCaseModule(m);
94 m_case_options->setCaseServiceInfo(si);
100 m_case_options->addAlternativeNodeName(lang,name);
117 Arcane::CaseOptionInt32 nbSubdivision;
118 Arcane::CaseOptionInt32 differentElementTypeOutput;
140#ifndef ARCANE_MODULE_AXLSTAR_ARCANEBASICMESHSUBDIVIDERSERVICE_H
141#define ARCANE_MODULE_AXLSTAR_ARCANEBASICMESHSUBDIVIDERSERVICE_H
146#include "arcane/VariableTypes.h"
147#include "arcane/ServiceInfo.h"
148#include "arcane/ISubDomain.h"
149#include "arcane/ServiceBuildInfo.h"
150#include "arcane/ServiceFactory.h"
151#include "arcane/ServiceRegisterer.h"
152#include "arcane/BasicService.h"
154#ifndef ARCANE_HAS_SPECIFIC_BASIC_SERVICE
174class CaseOptionsArcaneBasicMeshSubdividerService;
188 si->setCaseOptionsFileName(
"ArcaneBasicMeshSubdividerService_arcane_impl");
189 si->setAxlVersion(0.0);
190 si->setDefaultTagName(
"arcane-basic-mesh-subdivider-service");
236 int file_version = 1;
244#define ARCANE_REGISTER_SERVICE_ARCANEBASICMESHSUBDIVIDERSERVICE(service_name,class_name) \
245 ARCANE_REGISTER_AXL_SERVICE(class_name,Arcane::ServiceProperty(#service_name,Arcane::ST_CaseOption,\
#define ARCANE_SERVICE_INTERFACE(ainterface)
Macro to declare an interface when registering a service.
AbstractService(const ServiceBuildInfo &)
Constructor from a ServiceBuildInfo.
CaseOptionsArcaneBasicMeshSubdividerService * m_options
Options du jeu de données du service.
ArcaneArcaneBasicMeshSubdividerServiceObject(const Arcane::ServiceBuildInfo &sbi)
Constructeur.
CaseOptionsArcaneBasicMeshSubdividerService * options() const
Options du jeu de données du service.
static Arcane::FileContent getAxlContent()
Variables du service.
virtual ~ArcaneArcaneBasicMeshSubdividerServiceObject()
Destructeur.
Base class of a service linked to a subdomain.
Information for building a dataset option.
Description and content of a file.
Interface of a dataset function.
Interface for a data set options list.
Interface for a list of data set options.
Interface for service or module information.
Interface managing a standard function.
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.
std::int32_t Int32
Signed integer type of 32 bits.