17 #ifndef _GAZEBO_MODEL_MAKER_PRIVATE_HH_
18 #define _GAZEBO_MODEL_MAKER_PRIVATE_HH_
35 public: std::list<rendering::VisualWeakPtr>
visuals;
Private data for the EntityMaker class.
Definition: EntityMakerPrivate.hh:30
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:112
transport::PublisherPtr makerPub
Publisher for factory messages.
Definition: ModelMakerPrivate.hh:45
bool clone
True if the model is being created as a clone of an existing model.
Definition: ModelMakerPrivate.hh:42
std::list< rendering::VisualWeakPtr > visuals
A list of model visuals created by the model maker.
Definition: ModelMakerPrivate.hh:35
sdf::SDFPtr modelSDF
The SDF representation of the model.
Definition: ModelMakerPrivate.hh:38
rendering::VisualPtr modelVisual
The model visual being created.
Definition: ModelMakerPrivate.hh:32
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49
Private data for the ModelMaker class.
Definition: ModelMakerPrivate.hh:29