we can load parameter files
authorDiane Trout <diane@caltech.edu>
Fri, 3 Mar 2006 07:54:47 +0000 (07:54 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 3 Mar 2006 07:54:47 +0000 (07:54 +0000)
commite246be521bca85d7aef12f030018989ea06b9c3b
tree8715ea3bf49de97dfa2d20b8713589b8a1122715
parent7f27fe94c79f12a11183e442f1cdddee813bced1
we can load parameter files
Mussagl now as several ways to load an analysis.
There are now two command-line arguments, run-analysis and view-analysis
which will load a parameter file and an analysis directory respectively.

The menu items in mussagl are also connected to slots in PathScene to
handle loading.

When something is loaded PathScene::updateAnalysis will (if the
analysis actually has some contents) run the analysis.

However there's some bug where the loading the previously saved analysis
is choaking on some assertion.
12 files changed:
alg/mussa_class.cxx
alg/mussa_class.hh
alg/nway_paths.cxx
alg/parse_options.cxx [new file with mode: 0644]
alg/parse_options.h [new file with mode: 0644]
alg/test/test_mussa.cxx
mussagl.cxx
mussagl.pro
qui/PathScene.cxx
qui/PathScene.h
qui/PathWindow.cxx
qui/PathWindow.h