adding mirror plane options other than auto
[laserbrain_demo] / src / dataset.h
index 38fec6b..2ea13eb 100644 (file)
@@ -49,7 +49,7 @@ public:
        ~DataSet();
 
        void clear();
-       void update();
+       void update(long timeslice = 20);
 
        T get(const char *name) const;