summaryrefslogtreecommitdiff
path: root/code/core/bin.h
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2012-05-07 19:53:27 (GMT)
committerJan Huwald <jh@sotun.de>2012-05-07 19:53:27 (GMT)
commit00b209240138660db1ded3ef3870023964ce6e4e (patch)
tree8ffaec780b060bdc478929aa714b8af2ee760671 /code/core/bin.h
Initial commitHEADmaster
Diffstat (limited to 'code/core/bin.h')
-rw-r--r--code/core/bin.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/code/core/bin.h b/code/core/bin.h
new file mode 100644
index 0000000..302df56
--- /dev/null
+++ b/code/core/bin.h
@@ -0,0 +1,15 @@
+#ifndef BIN_H
+#define BIN_H
+
+#include <set>
+
+class Bin {
+public:
+ Bin(std::set<int> * neurons) : neurons(neurons), count(0) {}
+ void bin(int neuron);
+
+ std::set<int> * neurons;
+ int count;
+};
+
+#endif // BIN_H
contact: Jan Huwald // Impressum