39 const std::string
TAG =
"export";
void xmlEndTagCallback(const xml::ConfigurationContext &context, xml::XMLTag &callingTag) override
Callback from automatic configuration. Not utilitzed here.
const std::string VALUE_VTK
void xmlTagCallback(const xml::ConfigurationContext &context, xml::XMLTag &callingTag) override
Callback at begin of XML tag.
const std::string ATTR_AUTO
const std::string ATTR_UPDATE_SERIES
std::list< ConfiguredExport > & exportContexts()
Returns the configured export context.
const std::string ATTR_MESH
const std::string VALUE_VTP
const std::string ATTR_EVERY_N_TIME_WINDOWS
std::list< ConfiguredExport > _contexts
ExportConfiguration(xml::XMLTag &parent)
const std::string ATTR_LOCATION
const std::string ATTR_EVERY_ITERATION
const std::string VALUE_CSV
const std::string ATTR_NEIGHBORS
const std::string ATTR_TYPE
const std::string VALUE_VTU
This class provides a lightweight logger.
Represents an XML tag to be configured automatically.
provides Import and Export of the coupling mesh and data.
Tightly coupled to the parameters of Participant().
Callback interface for configuration classes using XMLTag.