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