The Visual Cortex Base Class. More...
#include <Neuro/VisualCortex.H>
Public Member Functions | |
VisualCortex (OptionManager &mgr, const std::string &descrName="VC", const std::string &tagName="VC") | |
Construct using a VisualCortex object with standard channels. | |
virtual | ~VisualCortex () |
virtual destructor for safe inheritance | |
Constructors/Destructor | |
VisualCortex (OptionManager &mgr, const std::string &descrName="Visual Cortex", const std::string &tagName="VisualCortex") | |
Constructor. | |
virtual | ~VisualCortex () |
Virtual destructor for safe inheritance. |
The Visual Cortex Base Class.
Definition at line 52 of file VisualCortex.H.
VisualCortex::VisualCortex | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Visual Cortex" , |
|||
const std::string & | tagName = "VisualCortex" | |||
) |
Constructor.
mgr | our ModelManager (see ModelManager.H) | |
descrName | descriptive name for human usage | |
tagName | name for ParamMap usage |
Definition at line 72 of file VisualCortex.C.
VisualCortex::~VisualCortex | ( | ) | [virtual] |
Virtual destructor for safe inheritance.
Definition at line 81 of file VisualCortex.C.
VisualCortex::VisualCortex | ( | OptionManager & | mgr, | |
const std::string & | descrName = "VC" , |
|||
const std::string & | tagName = "VC" | |||
) |
Construct using a VisualCortex object with standard channels.
mgr | our ModelManager (see ModelManager.H) | |
descrName | descriptive name for human useage | |
tagName | name for ParamMap usage |
virtual VisualCortex::~VisualCortex | ( | ) | [virtual] |
virtual destructor for safe inheritance