36 #pragma warning(disable: 4251)
44 inline namespace SDF_VERSION_NAMESPACE {
79 std::string
findFile(
const std::string &_filename,
80 bool _searchLocalPath =
true,
81 bool _useCallback =
false);
97 std::string
findFile(
const std::string &_filename,
98 bool _searchLocalPath,
108 void addURIPath(
const std::string &_uri,
const std::string &_path);
125 public:
void Write(
const std::string &_filename);
173 public:
static void Version(
const std::string &_version);
194 const std::string &_filename,
const bool _quiet);
198 private: std::unique_ptr<SDFPrivate> dataPtr;
202 private:
static std::string version;
This class contains configuration options for the libsdformat parser.
Definition: ParserConfig.hh:85
This class contains configuration options for printing elements.
Definition: PrintConfig.hh:32
Base SDF class.
Definition: SDFImpl.hh:119
void Write(const std::string &_filename)
const std::string & OriginalVersion() const
Get the spec version that this was originally parsed from.
void SetOriginalVersion(const std::string &_version)
Set the spec version that this was originally parsed from.
static std::string Version()
Get the version.
void PrintValues(const PrintConfig &_config=PrintConfig())
Output SDF's values to stdout.
void Root(const ElementPtr _root)
Set the root pointer.
static ElementPtr WrapInRoot(const ElementPtr &_sdf)
wraps the SDF element into a root element with the version info.
ElementPtr Root() const
Get a pointer to the root element.
void SetFilePath(const std::string &_path)
Set the path on disk.
std::string FilePath() const
Get the path to the SDF document on disk.
void SetFromString(const std::string &_sdfData)
Set SDF values from a string.
void Clear()
Clear the data in this object.
static const std::string & EmbeddedSpec(const std::string &_filename, const bool _quiet)
Get a string representation of an SDF specification file.
static void Version(const std::string &_version)
Set the version string.
std::string ToString(const PrintConfig &_config=PrintConfig()) const
Convert the SDF values to a string representation.
IGNITION_SDFORMAT_VISIBLE std::string findFile(const std::string &_filename, bool _searchLocalPath=true, bool _useCallback=false)
Find the absolute path of a file.
IGNITION_SDFORMAT_VISIBLE void addURIPath(const std::string &_uri, const std::string &_path)
Associate paths to a URI.
IGNITION_SDFORMAT_VISIBLE void setFindCallback(std::function< std::string(const std::string &)> _cb)
Set the callback to use when SDF can't find a file.
std::shared_ptr< SDF > SDFPtr
Definition: SDFImpl.hh:52
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:54
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