ObjectSet.h
Go to the documentation of this file.
1 
18 #pragma once
19 
20 // Global includes
21 #include <string>
22 #include <vector>
23 
24 // Package includes
25 #include <boost/shared_ptr.hpp>
26 
27 // Local includes
28 #include "trainer/source/Object.h"
29 
30 namespace SceneModel
31 {
32 
39  class ObjectSet {
40  public:
41 
47  ObjectSet(std::string pIdentifier);
48 
52  ~ObjectSet();
53 
54  public:
55 
59  std::string mIdentifier;
60 
64  std::vector<boost::shared_ptr<Object> > mObjects;
65  };
66 }
std::vector< boost::shared_ptr< Object > > mObjects
Definition: ObjectSet.h:64
std::string mIdentifier
Definition: ObjectSet.h:59
ObjectSet(std::string pIdentifier)
Definition: ObjectSet.cpp:23


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