A region, made of a list of boxes.
More...
#include <Region.hh>
|
std::ostream & | operator<< (std::ostream &_out, const Region &_region) |
| Output operator to print a region to the console. More...
|
|
A region, made of a list of boxes.
gazebo::Region::Region |
( |
| ) |
|
|
default |
virtual gazebo::Region::~Region |
( |
| ) |
|
|
virtualdefault |
Check if a point lies inside the region.
- Parameters
-
- Returns
- True if point is in region
void gazebo::Region::Load |
( |
const sdf::ElementPtr & |
_sdf | ) |
|
Load from a world file (inside a SimEvent plugin element)
- Parameters
-
[in] | _sdf | The <region> element |
std::ostream& operator<< |
( |
std::ostream & |
_out, |
|
|
const Region & |
_region |
|
) |
| |
|
friend |
Output operator to print a region to the console.
- Parameters
-
[in] | _out | The output stream. |
[in] | _region | The instance to write out. |
- Returns
- the stream
The list of volumes inside this region.
std::string gazebo::Region::name |
Name of the region (as defined in the world file)
The documentation for this class was generated from the following file: