#include <vector>
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include "sdf/Types.hh"
#include "sdf/Param.hh"
Go to the source code of this file.
|
| sdf |
| namespace for Simulation Description Format parser
|
|
|
void | sdf::addURIPath (const std::string &_uri, const std::string &_path) |
| Associate paths to a URI. More...
|
|
std::string | sdf::findFile (const std::string &_filename, bool _searchLocalPath=true, bool _useCallback=false) |
| Find the absolute path of a file. More...
|
|
void | sdf::setFindCallback (boost::function< std::string(const std::string &)> _cb) |
| Set the callback to use when SDF can't find a file. More...
|
|