From 7d8992c00af008fd5c81876070a7aa66a721d366 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Mon, 21 Nov 2016 09:29:59 -0500 Subject: [PATCH] update TODO --- cython/TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cython/TODO.md b/cython/TODO.md index 6c9c42604..aaab8fa41 100644 --- a/cython/TODO.md +++ b/cython/TODO.md @@ -1,16 +1,16 @@ TODO: -☐ Allow overloading methods. The current solution is annoying!!! ☐ forward declaration? ☐ Global functions ☐ wrap VariableIndex: why is it in inference? If need to, shouldn't have constructors to specific FactorGraphs ☐ [REFACTOR] better name for uninstantiateClass: very vague!! ☐ [REFACTOR] typesEqual --> equalSignature ☐ Unify cython/gtsam.h and the original gtsam.h -☐ Proper overloads (constructors, static methods, methods) ☐ CMake install script Completed/Cancelled: +✔ Proper overloads (constructors, static methods, methods) +✔ Allow overloading methods. The current solution is annoying!!! @done (20-11-16 21:00) ✔ Casting from parent and grandparents ✔ Allow overloading constructors. The current solution is annoying!!! @done (16-11-16 17:00) ✔ Support "print obj" @done (16-11-16 17:00)