#include <ModelNeuron/NeuralDecoder.H>
Public Member Functions | |
NeuralDecoder * | clone () const |
make a copy of the this object | |
Protected Member Functions | |
NeuralDecoderDerived (const SimTime &timeStep=SimTime::MSECS(1.0), const SimTime &windowSize=SimTime::MSECS(100.0)) |
A class to derive from to create new NeuralDecoders. New NeuralDecoder derived types can derive from this class to inherit the clone() function if desired.
Definition at line 105 of file NeuralDecoder.H.
NeuralDecoder* NeuralDecoderDerived< Derived >::clone | ( | ) | const [inline, virtual] |
make a copy of the this object
Implements NeuralDecoder.
Definition at line 108 of file NeuralDecoder.H.