The Conley-Morse Graphs Software
Typedefs
typeparam.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"

Go to the source code of this file.

Typedefs

typedef short int parCoord
 The type of coordinates of cubes in the set of parameters. More...
 
typedef chomp::homology::tCubeFix< paramDim, parCoordparCube
 The type of a cube in the set of parameters. More...
 
typedef chomp::homology::hashedset< parCubeparCubes
 The type of a set of cubes in the set of parameters. More...
 
typedef chomp::homology::tRectangle< parCoordparRect
 The type of a rectangle used to iterate sets of cubes of parameters. More...
 

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 typeparam.h.

Typedef Documentation

◆ parCoord

typedef short int parCoord

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

Definition at line 53 of file typeparam.h.

◆ parCube

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 58 of file typeparam.h.

◆ parCubes

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

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

Definition at line 61 of file typeparam.h.

◆ parRect

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

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

Definition at line 64 of file typeparam.h.