18#ifndef SDF_OUTPUT_CONFIG_HH_
19#define SDF_OUTPUT_CONFIG_HH_
21#include <gz/utils/ImplPtr.hh>
24#include "sdf/config.hh"
30inline namespace SDF_VERSION_NAMESPACE
33class OutputConfigPrivate;
92 GZ_UTILS_IMPL_PTR(dataPtr)
This class contains configuration options for SDF output.
Definition OutputConfig.hh:59
OutputConfig()
Default constructor.
bool ToElementUseIncludeTag() const
Get the policy value about whether tags are reconstituted in ToElement() invocations.
static OutputConfig & GlobalConfig()
Mutable access to a singleton OutputConfig that serves as the global OutputConfig object for all pars...
void SetToElementUseIncludeTag(bool _useIncludeTag)
Several DOM classes have ToElement() methods that return an XML Element populated from the contents o...
namespace for Simulation Description Format parser
Definition Actor.hh:35
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition system_util.hh:25