Go to the documentation of this file.
18 #ifndef GZ_PHYSICS_REMOVEENTITIES_HH_
19 #define GZ_PHYSICS_REMOVEENTITIES_HH_
34 public:
template <
typename PolicyT,
typename FeaturesT>
50 public:
template <
typename PolicyT,
typename FeaturesT>
61 public:
template <
typename PolicyT>
66 const Identity &_worldID,
std::size_t _modelIndex) = 0;
69 const Identity &_worldID,
const std::string &_modelName) = 0;
73 const Identity &_modelID) = 0;
75 public:
virtual bool ModelRemoved(
const Identity &_modelID)
const = 0;
85 public:
template <
typename PolicyT,
typename FeaturesT>
101 public:
template <
typename PolicyT>
105 const Identity &_modelID,
std::size_t _modelIndex) = 0;
108 const Identity &_modelID,
const std::string &_modelName) = 0;
119 #include <gz/physics/detail/RemoveEntities.hh>