diff --git a/Plugin/Plugin.h b/Plugin/Plugin.h index 655044a9e09c969b748d8b17d1cbc47ddbe753a2..7af9b593236f9f304c9d3abf523aa4b67a08fd07 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -89,7 +89,9 @@ class GMSH_PostPlugin : public GMSH_Plugin virtual PView *execute(PView *) = 0; // excute on a remote dataset virtual PView *executeRemote(PView *); - // get the view given an index and a default value + // get the view given an index and a default value (if index < 0 use + // the default view if available; otherwise use the last view in the + // list) virtual PView *getView(int index, PView *view); // get the data in list format virtual PViewDataList *getDataList(PView *view, bool showError=true);