diff base/BaseTypes.h @ 1626:895186c43fce single-point

Experiment with storing vectors of event ids in seam map for compactness
author Chris Cannam
date Mon, 11 Mar 2019 13:44:35 +0000
parents 5360f7aba189
children
line wrap: on
line diff
--- a/base/BaseTypes.h	Mon Mar 11 11:25:17 2019 +0000
+++ b/base/BaseTypes.h	Mon Mar 11 13:44:35 2019 +0000
@@ -55,5 +55,11 @@
 typedef std::vector<std::complex<float>,
                     breakfastquay::StlAllocator<std::complex<float>>> complexvec_t;
 
+typedef uint64_t sv_id_t;
+
+enum {
+    ID_NOTHING = 0
+};
+
 #endif