8#ifndef ARCANE_CASEOPTION_AXLSTAR_HONEYCOMB2DMESHGENERATOR_H
9#define ARCANE_CASEOPTION_AXLSTAR_HONEYCOMB2DMESHGENERATOR_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 CaseOptionsHoneyComb2DMeshGenerator
51 "pitch-size", _element(),
57 "nb-layer", _element(),
88 return m_case_options.get();
93 return m_case_options->configList();
98 m_case_options->setCaseModule(m);
103 m_case_options->setCaseServiceInfo(si);
109 m_case_options->addAlternativeNodeName(lang,name);
126 Arcane::CaseOptionReal2 origin;
127 Arcane::CaseOptionReal pitchSize;
128 Arcane::CaseOptionInteger nbLayer;
150#ifndef ARCANE_MODULE_AXLSTAR_HONEYCOMB2DMESHGENERATOR_H
151#define ARCANE_MODULE_AXLSTAR_HONEYCOMB2DMESHGENERATOR_H
156#include "arcane/VariableTypes.h"
157#include "arcane/ServiceInfo.h"
158#include "arcane/ISubDomain.h"
159#include "arcane/ServiceBuildInfo.h"
160#include "arcane/ServiceFactory.h"
161#include "arcane/ServiceRegisterer.h"
162#include "arcane/BasicService.h"
164#ifndef ARCANE_HAS_SPECIFIC_BASIC_SERVICE
184class CaseOptionsHoneyComb2DMeshGenerator;
191 :
public Arcane::BasicCaseOptionService
198 si->setCaseOptionsFileName(
"HoneyComb2DMeshGenerator_arcane_std");
199 si->setAxlVersion(0.0);
200 si->setDefaultTagName(
"honey-comb2-d-mesh-generator");
211 :
Arcane::BasicCaseOptionService(sbi)
246 int file_version = 1;
254#define ARCANE_REGISTER_SERVICE_HONEYCOMB2DMESHGENERATOR(service_name,class_name) \
255 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.
virtual ~ArcaneHoneyComb2DMeshGeneratorObject()
Destructeur.
CaseOptionsHoneyComb2DMeshGenerator * options() const
Options du jeu de données du service.
CaseOptionsHoneyComb2DMeshGenerator * m_options
Options du jeu de données du service.
static Arcane::FileContent getAxlContent()
Variables du service.
ArcaneHoneyComb2DMeshGeneratorObject(const Arcane::ServiceBuildInfo &sbi)
Constructeur.
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 of a mesh creation/reading service.
Interface for service or module information.
Interface managing a standard function.
Information about a service.
Class managing a 2-dimensional real vector.
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 --
Int32 Integer
Type representing an integer.
double Real
Type representing a real number.
unsigned char Byte
Type of a byte.