SpikeStream Library  0.2
spikestream::Neuron Class Reference

#include <Neuron.h>

List of all members.

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)

Detailed Description

Class holding details about a neuron.

Definition at line 11 of file Neuron.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

unsigned int spikestream::Neuron::getID ( ) [inline]

Definition at line 19 of file Neuron.h.

Definition at line 20 of file Neuron.h.

float spikestream::Neuron::getXPos ( ) [inline]

Definition at line 16 of file Neuron.h.

float spikestream::Neuron::getYPos ( ) [inline]

Definition at line 17 of file Neuron.h.

float spikestream::Neuron::getZPos ( ) [inline]

Definition at line 18 of file Neuron.h.

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]

Definition at line 22 of file Neuron.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Defines