#include <binarysave.h>
Inheritance diagram for StateSaver:
This class exists only for backwards compatibility with old LISSOM code. Avoid using it if possible, instead using something with a thin interface based e.g. on a series of calls for different Matrix arguments.
All but write should be able to be const member functions, but that may take some work.
Definition at line 37 of file binarysave.h.
Public Methods | |
virtual int | read (FILE *infile)=0 |
Write state to the given file. | |
virtual int | write (FILE *outfile)=0 |
Read state from the given file. | |
virtual void | display_as_text (FILE *infile)=0 |
Write a readable representation of the given file to stdout. |