From a40895ec11cb71a322087081f6b5877c39f58c39 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 27 Dec 2004 21:43:38 +0000 Subject: [PATCH] *** empty log message *** --- TODO | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 18591925e8..feda6e8738 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,32 @@ -$Id: TODO,v 1.71 2004-12-08 03:10:06 geuzaine Exp $ +$Id: TODO,v 1.72 2004-12-27 21:43:38 geuzaine Exp $ + +create Gradient, Curl and Divergence plugins (based on +Plugins/ShapeFunctions.h) + +******************************************************************** + +generalize Plugin(Evaluate) to get data from other views and/or write +a general plugin that uses OctreePost to combine values from arbitrary +points in datasets + +******************************************************************** + +add the ability to create tensors with Plugin(Extract)? + +******************************************************************** + +add an option to enable lighting of wireframe plots? + +******************************************************************** + +keep a table (stack) with the N last file positions when add_infile() +is called; we could then easily implement a simple (but real) UNDO +strategy ******************************************************************** -add a "non-formatted" view->save mode; would enable to exploit results -from plugins in gnuplot & co. +add a "non-formatted" View->Save mode; would enable to exploit results +from plugins in gnuplot, excell, etc. ******************************************************************** @@ -23,7 +46,8 @@ index-based format) ******************************************************************** -Raise & offsets should modify the bounding boxes... (maybe?) +Should Raise & offsets modify the bounding boxes? (I don't think +so --Christophe) ******************************************************************** @@ -107,7 +131,7 @@ like in Vertex.cpp and Simplex.cpp. ******************************************************************** -Rewrite the View interface in C++ +Rewrite the View and ColorTable interface in C++ ******************************************************************** -- GitLab