17 #ifndef GAZEBO_GUI_PLOT_PLOTTINGTYPES_HH_
18 #define GAZEBO_GUI_PLOT_PLOTTINGTYPES_HH_
46 std::owner_less<PlotCurveWeakPtr> >;
std::shared_ptr< PlotCurve > PlotCurvePtr
Definition: PlottingTypes.hh:37
std::weak_ptr< PlotCurve > PlotCurveWeakPtr
Definition: PlottingTypes.hh:41
std::set< PlotCurveWeakPtr, std::owner_less< PlotCurveWeakPtr > > CurveVariableSet
Definition: PlottingTypes.hh:46