PlacementSurface.cpp
Go to the documentation of this file.
00001 
00011 #include <interactive_world_tools/PlacementSurface.h>
00012 
00013 using namespace std;
00014 using namespace rail::interactive_world;
00015 
00016 PlacementSurface::PlacementSurface(const string &frame_id, const string &nav_frame_id)
00017     : frame_id_(frame_id), nav_frame_id_(nav_frame_id)
00018 {
00019 }
00020 
00021 const string &PlacementSurface::getFrameID() const
00022 {
00023   return frame_id_;
00024 }
00025 
00026 void PlacementSurface::setFrameID(const string &frame_id)
00027 {
00028   frame_id_ = frame_id;
00029 }
00030 
00031 const string &PlacementSurface::getNavFrameID() const
00032 {
00033   return nav_frame_id_;
00034 }
00035 
00036 void PlacementSurface::setNavFrameID(const string &nav_frame_id)
00037 {
00038   nav_frame_id_ = nav_frame_id;
00039 }


interactive_world_tools
Author(s): Russell Toris
autogenerated on Thu Jun 6 2019 21:34:15