| SpikeStream Library
    0.2
    | 
#include <Neuron.h>
| Public Member Functions | |
| Neuron (float xPos, float yPos, float zPos) | |
| Neuron (unsigned int id, float xPos, float yPos, float zPos) | |
| virtual | ~Neuron () | 
| float | getXPos () | 
| float | getYPos () | 
| float | getZPos () | 
| unsigned int | getID () | 
| Point3D & | getLocation () | 
| void | print () | 
| void | setID (unsigned int id) | 
| Neuron::Neuron | ( | float | xPos, | 
| float | yPos, | ||
| float | zPos | ||
| ) | 
Constructor
Definition at line 11 of file Neuron.cpp.
| Neuron::Neuron | ( | unsigned int | id, | 
| float | xPos, | ||
| float | yPos, | ||
| float | zPos | ||
| ) | 
Constructor
Definition at line 20 of file Neuron.cpp.
| Neuron::~Neuron | ( | ) |  [virtual] | 
Destructor
Definition at line 31 of file Neuron.cpp.
| unsigned int spikestream::Neuron::getID | ( | ) |  [inline] | 
| Point3D& spikestream::Neuron::getLocation | ( | ) |  [inline] | 
| float spikestream::Neuron::getXPos | ( | ) |  [inline] | 
| float spikestream::Neuron::getYPos | ( | ) |  [inline] | 
| float spikestream::Neuron::getZPos | ( | ) |  [inline] | 
| void Neuron::print | ( | ) | 
Prints out information about this neuron
Definition at line 36 of file Neuron.cpp.
| void spikestream::Neuron::setID | ( | unsigned int | id | ) |  [inline] |