ExamplesListSource.h
Go to the documentation of this file.
1 
18 #pragma once
19 
20 // Global includes
21 #include <vector>
22 #include <ros/ros.h>
23 // Package includes
24 #include <boost/shared_ptr.hpp>
25 
26 // Local includes
29 
30 
31 #include <ISM/common_type/ObjectSet.hpp>
32 
33 
34 namespace SceneModel {
35 
43  public:
44 
49 
54 
60  void addSceneGraphMessage(std::vector<ISM::ObjectSetPtr> pMessage)
61  {
62  for (ISM::ObjectSetPtr objectSet: pMessage)
63  mObjectSetList.mObjectSets.push_back(objectSet);
64  }
65 
66  };
67 }
void addSceneGraphMessage(std::vector< ISM::ObjectSetPtr > pMessage)
std::vector< boost::shared_ptr< ISM::ObjectSet > > mObjectSets
Definition: ObjectSetList.h:67


asr_relation_graph_generator
Author(s): Meißner Pascal
autogenerated on Fri Nov 15 2019 03:39:19