ObjectSetList.cpp
Go to the documentation of this file.
1 
19 
20 namespace SceneModel {
21 
23  {
24  }
25 
27  {
28  }
29 
31  {
33 
34  // Look over all objects and find out if there's one with the given name.
36  {
37  // Same identifier?
38  if((set->mIdentifier.compare(identifier)) == 0)
39  {
40  result = set;
41  break;
42  }
43  }
44  return result;
45  }
46 
47 }
boost::shared_ptr< ISM::ObjectSet > getSetIfExists(std::string identifier)
std::vector< boost::shared_ptr< ISM::ObjectSet > > mObjectSets
Definition: ObjectSetList.h:67
ROSCPP_DECL void set(const std::string &key, const XmlRpc::XmlRpcValue &v)


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