12#ifndef ARCANE_CORE_POSTPROCESSORWRITERBASE_H
13#define ARCANE_CORE_POSTPROCESSORWRITERBASE_H
17#include "arcane/core/BasicService.h"
18#include "arcane/core/IPostProcessorWriter.h"
37class ARCANE_CORE_EXPORT PostProcessorWriterCommonBase
42 PostProcessorWriterCommonBase();
43 ~PostProcessorWriterCommonBase()
override;
74class ARCANE_CORE_EXPORT PostProcessorWriterBase
76,
public PostProcessorWriterCommonBase
Constant view of an array of type T.
Interface for a writer for post-processing information.
void build() override
Build-level construction of the service.
ItemGroupCollection groups() override
List of groups to save.
VariableCollection variables() override
List of variables to save.
ConstArrayView< Real > times() override
List of saved times.
const String & baseDirectoryName() override
Name of the output directory for files.
void setTimes(ConstArrayView< Real > times) override
Positions the list of times.
const String & baseFileName() override
Name of the file containing the outputs.
void setBaseDirectoryName(const String &dirname) override
Positions the output directory name for files.
void setGroups(ItemGroupCollection groups) override
Positions the list of groups to output.
void setVariables(VariableCollection variables) override
Positions the list of variables to output.
void setBaseFileName(const String &filename) override
Positions the name of the file containing the outputs.
Structure containing the information to create a service.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Collection< ItemGroup > ItemGroupCollection
Collection of mesh item groups.