This is the brain, a holder for various vision objects. More...
#include <Neuro/Brain.H>
Public Member Functions | |
Brain (OptionManager &mgr, const std::string &descrName="Brain", const std::string &tagName="Brain") | |
Constructor. | |
virtual | ~Brain () |
Virtual destructor for safe inheritance. |
This is the brain, a holder for various vision objects.
The base class is now empty. It used to contain a lot of junk.
Definition at line 48 of file Brain.H.
Brain::Brain | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Brain" , |
|||
const std::string & | tagName = "Brain" | |||
) |
Constructor.
mgr | our ModelManager (see ModelManager.H) | |
descrName | descriptive name for human usage | |
tagName | name for ParamMap usage |
Brain::~Brain | ( | ) | [virtual] |