The Conley-Morse Graphs Software
Classes
maptight.h File Reference

An abstract tight map type that computes the image of a box in terms of a rectangular set from the CAPD package, as opposed to producing a rectangular bounding box (product of intervals). More...

#include "typeintv.h"
#include "typespace.h"

Go to the source code of this file.

Classes

class  MapTight
 This is an abstract class which defines the interface to other classes that describe maps for the use for the program "cmgraphs.cpp". More...
 

Detailed Description

An abstract tight map type that computes the image of a box in terms of a rectangular set from the CAPD package, as opposed to producing a rectangular bounding box (product of intervals).

This file contains the definition of an abstract class of a multi-parameter map for the program "cmgraphs.cpp", derived from the class "MapType". A class which defines a particular map can be derived from the class "MapTight" defined in this file, or at least should have the same interface.

Author
Pawel Pilarczyk

Definition in file maptight.h.