17 #ifndef SDF_PHYSICS_HH_ 18 #define SDF_PHYSICS_HH_ 21 #include <ignition/utils/ImplPtr.hh> 25 #include "sdf/sdf_config.h" 31 inline namespace SDF_VERSION_NAMESPACE {
51 public: std::string Name()
const;
55 public:
void SetName(
const std::string &_name);
69 public:
bool IsDefault()
const;
73 public:
void SetDefault(
const bool _default);
79 public: std::string EngineType()
const;
83 public:
void SetEngineType(
const std::string &_type);
89 public:
double MaxStepSize()
const;
93 public:
void SetMaxStepSize(
const double _step);
99 public:
double RealTimeFactor()
const;
103 public:
void SetRealTimeFactor(
const double _factor);
106 IGN_UTILS_IMPL_PTR(dataPtr)
The physics element specifies the type and properties of a dynamics engine.
Definition: Physics.hh:36
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:98
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system_util.hh:41
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:53
class SDFORMAT_VISIBLE Element
Definition: Element.hh:49
namespace for Simulation Description Format parser
Definition: Actor.hh:33