#include <obstacle_grid.h>
Inherits ObstacleGrid::MyFuncBase.
Inheritance diagram for ObstacleGrid::EraseFunc:
Public Methods | |
EraseFunc (ObstacleGrid *myparent, Obstacle *obstacle) | |
void | operator() (Vector pos) |
The () operator is called by for_each_2d_vector so that a function can be done for each Vector . More... |
|
00107 : MyFuncBase(myparent,obstacle){} |
|
The () operator is called by for_each_2d_vector so that a function can be done for each Vector .
|