gist save adapter class More...
#include <Neuro/GistEstimator.H>
Public Member Functions | |
GistEstimatorAdapter (OptionManager &mgr, const std::string &descrName, const std::string &tagName) | |
Constructor. | |
virtual | ~GistEstimatorAdapter () |
Destructor. | |
Protected Member Functions | |
SIMCALLBACK_DECLARE (GistEstimatorAdapter, SimEventSaveOutput) | |
Callback for every time we should save our outputs. | |
Protected Attributes | |
OModelParam< bool > | itsSaveResults |
Save our internals? |
gist save adapter class
Definition at line 71 of file GistEstimator.H.
GistEstimatorAdapter::GistEstimatorAdapter | ( | OptionManager & | mgr, | |
const std::string & | descrName, | |||
const std::string & | tagName | |||
) |
Constructor.
Definition at line 68 of file GistEstimator.C.
GistEstimatorAdapter::~GistEstimatorAdapter | ( | ) | [virtual] |
Destructor.
Definition at line 79 of file GistEstimator.C.
GistEstimatorAdapter::SIMCALLBACK_DECLARE | ( | GistEstimatorAdapter | , | |
SimEventSaveOutput | ||||
) | [protected] |
Callback for every time we should save our outputs.
OModelParam<bool> GistEstimatorAdapter::itsSaveResults [protected] |
Save our internals?
Definition at line 86 of file GistEstimator.H.