#include <obstacle_grid.h>
Inherited by ObstacleGrid::EraseFunc, and ObstacleGrid::PutFunc.
Inheritance diagram for ObstacleGrid::MyFuncBase:


Public Methods | |
| MyFuncBase (ObstacleGrid *myparent, Obstacle *obstacle) | |
| The constructor stores the required information in each of the variables for use with PutFunc and EraseFunc when called from the for_each_vector function. More... | |
Protected Attributes | |
| ObstacleGrid * | parent |
| Temporary pointer; class will be deleted within the function call. More... | |
| Obstacle * | obst |
|
||||||||||||
|
The constructor stores the required information in each of the variables for use with PutFunc and EraseFunc when called from the for_each_vector function.
|
|
|
|
|
|
Temporary pointer; class will be deleted within the function call.
|
1.2.15