typedefs.h File Reference

Customizable data types for the Conley-Morse graphs computation program. More...

#include "chomp/cubes/pointset.h"
#include "chomp/cubes/cube.h"
#include "chomp/struct/hashsets.h"
#include "config.h"
#include "conindex.h"
#include "morsedec.h"
#include "config.h"
#include "conindex.h"

Go to the source code of this file.

Typedefs

typedef short int spcCoord
 The type of coordinates of cubes in the phase space.
typedef
chomp::homology::tCubeBase
< spcCoord
spcCube
 The type of a cube in the phase space.
typedef
chomp::homology::hashedset
< spcCube
spcCubes
 The type of a set of cubes in the phase space.
typedef
chomp::homology::mvmap
< spcCube, spcCube
spcMap
 The type of a combinatorial cubical multivalued map.
typedef
chomp::homology::tRectangle
< spcCoord
spcRect
 The type of a rectangle used to iterate sets of cubes in the phase space.
typedef
chomp::homology::tPointBase
< spcCoord
spcBase
 The base of points for cubes in the phase space.
typedef short int parCoord
 The type of coordinates of cubes in the set of parameters.
typedef
chomp::homology::tCubeFix
< paramDim, parCoord
parCube
 The type of a cube in the set of parameters.
typedef
chomp::homology::hashedset
< parCube
parCubes
 The type of a set of cubes in the set of parameters.
typedef
chomp::homology::tRectangle
< parCoord
parRect
 The type of a rectangle used to iterate sets of cubes of parameters.
typedef
MapComputation
< theMapType,
spcCube, spcCubes
theCubMapType
 The type of a map for the computation of the Conley index.
typedef IndexPair
< theCubMapType,
spcCube, spcCubes
theIndexPairType
 The type of the index pair for the computation of the Conley index.
typedef ConleyIndex
< theIndexPairType
theConleyIndexType
 The type of the Conley index.
typedef
MorseDecomposition
< theCubMapType,
spcCube, spcCubes
theMorseDecompositionType
 The type of the Morse decomposition.


Detailed Description

Customizable data types for the Conley-Morse graphs computation program.

This file contains the definitions of various types used in the program "cmgraphs.cpp". The experienced end user is supposed to edit this file if he or she finds it necessary to tweak the program settings or to use the code for customized computations.

Author:
Pawel Pilarczyk

Definition in file typedefs.h.


Typedef Documentation

typedef short int parCoord

The type of coordinates of cubes in the set of parameters.

Definition at line 81 of file typedefs.h.

typedef chomp::homology::tCubeFix<paramDim,parCoord> parCube

The type of a cube in the set of parameters.

Note: This type must be different from the type of a cube in the phase space.

Definition at line 86 of file typedefs.h.

typedef chomp::homology::hashedset<parCube> parCubes

The type of a set of cubes in the set of parameters.

Definition at line 89 of file typedefs.h.

typedef chomp::homology::tRectangle<parCoord> parRect

The type of a rectangle used to iterate sets of cubes of parameters.

Definition at line 92 of file typedefs.h.

typedef chomp::homology::tPointBase<spcCoord> spcBase

The base of points for cubes in the phase space.

Definition at line 73 of file typedefs.h.

typedef short int spcCoord

The type of coordinates of cubes in the phase space.

Definition at line 56 of file typedefs.h.

typedef chomp::homology::tCubeBase<spcCoord> spcCube

The type of a cube in the phase space.

Note: This type must be different from the type of a cube in the set of parameters.

Definition at line 61 of file typedefs.h.

typedef chomp::homology::hashedset<spcCube> spcCubes

The type of a set of cubes in the phase space.

Definition at line 64 of file typedefs.h.

typedef chomp::homology::mvmap<spcCube,spcCube> spcMap

The type of a combinatorial cubical multivalued map.

Definition at line 67 of file typedefs.h.

typedef chomp::homology::tRectangle<spcCoord> spcRect

The type of a rectangle used to iterate sets of cubes in the phase space.

Definition at line 70 of file typedefs.h.

typedef ConleyIndex<theIndexPairType> theConleyIndexType

The type of the Conley index.

Definition at line 106 of file typedefs.h.

typedef MapComputation<theMapType,spcCube,spcCubes> theCubMapType

The type of a map for the computation of the Conley index.

Definition at line 100 of file typedefs.h.

typedef IndexPair<theCubMapType,spcCube,spcCubes> theIndexPairType

The type of the index pair for the computation of the Conley index.

Definition at line 103 of file typedefs.h.

typedef MorseDecomposition<theCubMapType,spcCube,spcCubes> theMorseDecompositionType

The type of the Morse decomposition.

Definition at line 110 of file typedefs.h.


Generated on Sun Mar 28 17:47:58 2010 for The Conley-Morse Graphs Software by  doxygen 1.5.3