Object.h
Go to the documentation of this file.
1 
18 #pragma once
19 
20 // Global includes
21 #include <Eigen/Core>
22 #include <Eigen/Geometry>
23 
24 #include <boost/shared_ptr.hpp>
25 
26 // Package includes
27 
28 namespace SceneModel
29 {
30 
37  class Object {
38  public:
39 
40 
44  ~Object();
45 
46  public:
47 
51  std::string mType;
52 
57 
62  };
63 }
boost::shared_ptr< Eigen::Vector3d > mPosition
Definition: Object.h:56
boost::shared_ptr< Eigen::Quaternion< double > > mOrientation
Definition: Object.h:61
std::string mType
Definition: Object.h:51


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