MTPropagatedSpikeBuffers.h

Go to the documentation of this file.
00001 #ifndef MTPROPAGATEDSPIKEBUFFERS_H_
00002 #define MTPROPAGATEDSPIKEBUFFERS_H_
00003 
00004 #include "PropagatedSpikeBuffer.h"
00005 
00015 class MTPropagatedSpikeBuffers
00016 {
00017 public:
00019 
00029     MTPropagatedSpikeBuffers(int numThreads, int minDelay, int maxDelay, int chunkSize = PROPAGATED_SPIKE_BUFFER_CHUNK_SIZE );
00030 
00031     virtual ~MTPropagatedSpikeBuffers();
00032 
00034     vector<vector<PropagatedSpikeBuffer*> > buffers;
00035 
00036 protected :
00037 
00038 };
00039 
00040 #endif /* MTPROPAGATEDSPIKEBUFFERS_H_ */

Generated on Wed Jul 9 16:34:38 2008 for PCSIM by  doxygen 1.5.5