gz/physics/sdf/ConstructModel.hh
Go to the documentation of this file.
Definition: gz/physics/Feature.hh:93
Placeholder class in case a Feature does not define its own World API.
Definition: gz/physics/Feature.hh:50
This class defines the concept of a Feature. It should be inherited by classes that define some plugi...
Definition: gz/physics/Feature.hh:36
Definition: gz/physics/sdf/ConstructModel.hh:43
virtual Identity ConstructSdfModel(const Identity &_world, const ::sdf::Model &_model)=0
Definition: gz/physics/sdf/ConstructModel.hh:35
ModelPtrType ConstructModel(const ::sdf::Model &_model)
Definition: gz/physics/sdf/ConstructModel.hh:51
ModelPtr< PolicyT, FeaturesT > ModelPtrType
Definition: gz/physics/sdf/ConstructModel.hh:36
Construct a model entity from an sdf::Model DOM object. This feature is limited to constructing model...
Definition: gz/physics/sdf/ConstructModel.hh:32