Inheritance diagram for RS::SeeStrategy:


Public Member Functions | |
| virtual void | updateAfterSee ()=0 |
| This function is called when we have recived new visual information. | |
This class makes updates of the worldModel based on new visual information adaptive. Inherit and supply your own implementation of the updateAfterSee function.
Definition at line 69 of file SeeStrategy.h.
|
|
This function is called when we have recived new visual information. Overload it to make changes in the worldModel based on this new information. Implemented in RS::BasicSeeStrategy, and RS::NewSeeStrategy. |
1.3-rc3