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_ */