SpikeStream Application Library
0.2
|
#include <TruthTableDialog.h>
Public Member Functions | |
TruthTableDialog (QWidget *parent=0) | |
~TruthTableDialog () | |
void | show (unsigned int neuronID) |
Displays a weightless neuron's truth table.
Definition at line 14 of file TruthTableDialog.h.
TruthTableDialog::TruthTableDialog | ( | QWidget * | parent = 0 | ) |
Constructor
Definition at line 13 of file TruthTableDialog.cpp.
Destructor
Definition at line 36 of file TruthTableDialog.cpp.
void TruthTableDialog::show | ( | unsigned int | neuronID | ) |
Shows the dialog with the truth table for the specified neuron id
Definition at line 45 of file TruthTableDialog.cpp.