PointOfInterest.h
Go to the documentation of this file.
00001 
00012 #ifndef SPATIAL_TEMPORAL_LEARNING_WORLDLIB_WORLD_POINT_OF_INTEREST_H_
00013 #define SPATIAL_TEMPORAL_LEARNING_WORLDLIB_WORLD_POINT_OF_INTEREST_H_
00014 
00015 // worldlib
00016 #include "Object.h"
00017 
00018 namespace rail
00019 {
00020 namespace spatial_temporal_learning
00021 {
00022 namespace worldlib
00023 {
00024 namespace world
00025 {
00026 
00034 class PointOfInterest : public Object
00035 {
00036 public:
00050   PointOfInterest(const std::string &name = "", const std::string &frame_id = "",
00051       const geometry::Pose &pose = geometry::Pose(), const double width = 0, const double depth = 0,
00052       const double height = 0);
00053 };
00054 
00055 }
00056 }
00057 }
00058 }
00059 
00060 #endif


worldlib
Author(s): Russell Toris
autogenerated on Fri Feb 12 2016 00:24:19