Main Page | Namespace List | Alphabetical List | Class List | Directories | File List | Class Members | File Members

PatternTypes Class Reference

#include <PatternTypes.h>

List of all members.

Static Public Member Functions

static char * getDescription (unsigned short type)
static unsigned short getType (string description)


Detailed Description

Definitions of the different pattern types Currently static and temporal patterns. Static patterns consist of 1s and 0s, defining whether neurons fire or not Temporal patterns consist of -1 if the neuron never fires and otherwise a value for the delay value of the neuron's firing.

Definition at line 63 of file PatternTypes.h.


Member Function Documentation

char * PatternTypes::getDescription unsigned short  type  )  [static]
 

Returns a description of the pattern type.

Definition at line 32 of file PatternTypes.cpp.

References STATIC_PATTERN_DESC, STATIC_PATTERN_VALUE, TEMPORAL_PATTERN_DESC, TEMPORAL_PATTERN_VALUE, and UNKNOWN_PATTERN_DESC.

unsigned short PatternTypes::getType string  description  )  [static]
 

Returns the type that corresponds to a given description.

Definition at line 42 of file PatternTypes.cpp.

References STATIC_PATTERN_DESC, STATIC_PATTERN_VALUE, TEMPORAL_PATTERN_DESC, TEMPORAL_PATTERN_VALUE, and UNKNOWN_PATTERN_VALUE.


The documentation for this class was generated from the following files:
Generated on Mon Sep 3 22:18:50 2007 for SpikeStream Library by  doxygen 1.4.4