#include <base.h>
Public Member Functions | |
void | bitblt (const CSpace3DMsg::Ptr &dest, const CSpace3DMsg::ConstPtr &src) |
void | expand (const int &ex) |
void | merge (const UpdatedRegion ®ion) |
void | normalize () |
UpdatedRegion () | |
UpdatedRegion (const int &x, const int &y, const int &yaw, const int &width, const int &height, const int &angle, const ros::Time &stamp=ros::Time()) | |
Public Attributes | |
int | angle_ |
int | height_ |
ros::Time | stamp_ |
int | width_ |
int | x_ |
int | y_ |
int | yaw_ |
costmap_cspace::UpdatedRegion::UpdatedRegion | ( | ) | [inline] |
costmap_cspace::UpdatedRegion::UpdatedRegion | ( | const int & | x, |
const int & | y, | ||
const int & | yaw, | ||
const int & | width, | ||
const int & | height, | ||
const int & | angle, | ||
const ros::Time & | stamp = ros::Time() |
||
) | [inline] |
void costmap_cspace::UpdatedRegion::bitblt | ( | const CSpace3DMsg::Ptr & | dest, |
const CSpace3DMsg::ConstPtr & | src | ||
) | [inline] |
void costmap_cspace::UpdatedRegion::expand | ( | const int & | ex | ) | [inline] |
void costmap_cspace::UpdatedRegion::merge | ( | const UpdatedRegion & | region | ) | [inline] |
void costmap_cspace::UpdatedRegion::normalize | ( | ) | [inline] |