8#ifndef ARCANE_CASEOPTION_AXLSTAR_KDIPOSTPROCESSOR_H
9#define ARCANE_CASEOPTION_AXLSTAR_KDIPOSTPROCESSOR_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 CaseOptionsKdiPostProcessor
46addAlternativeNodeName(
64 return m_case_options.get();
69 return m_case_options->configList();
74 m_case_options->setCaseModule(m);
79 m_case_options->setCaseServiceInfo(si);
85 m_case_options->addAlternativeNodeName(lang,name);
123#ifndef ARCANE_MODULE_AXLSTAR_KDIPOSTPROCESSOR_H
124#define ARCANE_MODULE_AXLSTAR_KDIPOSTPROCESSOR_H
129#include "arcane/VariableTypes.h"
130#include "arcane/ServiceInfo.h"
131#include "arcane/ISubDomain.h"
132#include "arcane/ServiceBuildInfo.h"
133#include "arcane/ServiceFactory.h"
134#include "arcane/ServiceRegisterer.h"
135#include "arcane/BasicService.h"
137#ifndef ARCANE_HAS_SPECIFIC_BASIC_SERVICE
157class CaseOptionsKdiPostProcessor;
164 :
public PostProcessorWriterBase
170 si->setCaseOptionsFileName(
"KdiPostProcessor_arcane_std");
171 si->setAxlVersion(0.0);
172 si->setDefaultTagName(
"kdi-post-processor");
174 si->setTagName(
"kdi-post-processeur",
"fr");
184 : PostProcessorWriterBase(sbi)
219 int file_version = 1;
227#define ARCANE_REGISTER_SERVICE_KDIPOSTPROCESSOR(service_name,class_name) \
228 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.
ArcaneKdiPostProcessorObject(const Arcane::ServiceBuildInfo &sbi)
Constructeur.
virtual ~ArcaneKdiPostProcessorObject()
Destructeur.
CaseOptionsKdiPostProcessor * m_options
Options du jeu de données du service.
static Arcane::FileContent getAxlContent()
Variables du service.
CaseOptionsKdiPostProcessor * options() const
Options du jeu de données du service.
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 for a writer for post-processing information.
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.