add Mussa::save_motif()
authorDiane Trout <diane@caltech.edu>
Wed, 11 Oct 2006 21:37:48 +0000 (21:37 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 11 Oct 2006 21:37:48 +0000 (21:37 +0000)
commitc760a5d3839b241f2f94437731050622b197bf03
treef915f07d303582b8ed1ec6a9747b9dfdb258a111
parent81354ba90b6b670d361263bb3ff70bef67f83d9f
add Mussa::save_motif()
necessary for ticket:133
This adds the low level motif saving code to Mussa. To make things
work a bit more reliably, the parse code can understand the alpha
channel now (so I can save hidden motifs), and can parse a
motif name that is quoted like "foo asdf". I added that as I expect
users will put spaces in their motif names.

Although things'll probably break if someone puts a " in a motif name.
see ticket:149
alg/color.cpp
alg/mussa.cpp
alg/mussa.hpp
alg/test/test_mussa.cpp