| 
    The Conley-Morse Graphs Software
    
   | 
 
An abstract map type. More...
#include <vector>#include <string>#include "chomp/multiwork/mwdata.h"#include "chomp/system/textfile.h"#include "typespace.h"#include "typeintv.h"Go to the source code of this file.
Classes | |
| class | MapType | 
| This is an abstract class which defines the interface to other classes that describe maps for the use for the program "cmgraphs.cpp".  More... | |
An abstract map type.
This file contains the definition of an abstract class of a multi-parameter map for the program "cmgraphs.cpp". Each class which defines a particular map should be derived from the class "MapType" defined in this file, or at least should have the same interface.
Definition in file maptype.h.