00001 00002 #include <FaceWrapper.h> 00003 00004 00005 FaceWrapper::FaceWrapper(const geometry_msgs::Point_<std::allocator<void> >& n_position, const ros::Time& n_time) 00006 { 00007 00008 position = n_position; 00009 time = n_time; 00010 00011 } 00012 00013 00014 FaceWrapper::~FaceWrapper() { } 00015 00016 00017 geometry_msgs::Point FaceWrapper::GetPosition() { return position; } 00018 00019 00020 ros::Time FaceWrapper::GetTime() { return time; }