#include <functional>
#include <map>
#include <string>
#include <vector>
#include <gz/utils/ImplPtr.hh>
#include "sdf/Error.hh"
#include "sdf/InterfaceElements.hh"
#include "sdf/CustomInertiaCalcProperties.hh"
#include "sdf/config.hh"
#include "sdf/system_util.hh"
Go to the source code of this file.
Classes | |
class | sdf::SDF_VERSION_NAMESPACE::ParserConfig |
This class contains configuration options for the libsdformat parser. More... | |
Namespaces | |
namespace | sdf |
namespace for Simulation Description Format parser | |
namespace | sdf::SDF_VERSION_NAMESPACE |
Enumerations | |
enum class | sdf::SDF_VERSION_NAMESPACE::ConfigureResolveAutoInertials { sdf::SDF_VERSION_NAMESPACE::SKIP_CALCULATION_IN_LOAD , sdf::SDF_VERSION_NAMESPACE::SAVE_CALCULATION , sdf::SDF_VERSION_NAMESPACE::SAVE_CALCULATION_IN_ELEMENT } |
Configuration options of how CalculateInertial() function would be used. More... | |
enum class | sdf::SDF_VERSION_NAMESPACE::EnforcementPolicy { sdf::SDF_VERSION_NAMESPACE::ERR , sdf::SDF_VERSION_NAMESPACE::WARN , sdf::SDF_VERSION_NAMESPACE::LOG } |
Policy to describe how to treat certain conditions when parsing. More... | |