ObjectSetList.h
Go to the documentation of this file.
1 
18 #pragma once
19 
20 // Global includes
21 #include <vector>
22 
23 // Package includes
24 #include <boost/foreach.hpp>
25 #include <boost/shared_ptr.hpp>
26 
27 // Local includes
29 
30 
31 #include <ISM/common_type/ObjectSet.hpp>
32 
33 namespace SceneModel {
34 
41  class ObjectSetList {
42  public:
43 
47  ObjectSetList();
48 
53 
60  boost::shared_ptr<ISM::ObjectSet> getSetIfExists(std::string identifier);
61 
62  public:
63 
67  std::vector<boost::shared_ptr<ISM::ObjectSet> > mObjectSets;
68  };
69 }
boost::shared_ptr< ISM::ObjectSet > getSetIfExists(std::string identifier)
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