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

Go to the source code of this file.

Typedefs

typedef int spcCoord
 The type of coordinates of cubes in the phase space. More...
 
typedef chomp::homology::tCubeBase< spcCoordspcCube
 The type of a cube in the phase space. More...
 
typedef chomp::homology::hashedset< spcCubespcCubes
 The type of a set of cubes in the phase space. More...
 
typedef chomp::homology::mvmap< spcCube, spcCubespcMap
 The type of a combinatorial cubical multivalued map. More...
 
typedef chomp::homology::tRectangle< spcCoordspcRect
 The type of a rectangle used to iterate sets of cubes in the phase space. 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 typespace.h.

Typedef Documentation

◆ spcCoord

typedef int spcCoord

The type of coordinates of cubes in the phase space.

Definition at line 50 of file typespace.h.

◆ spcCube

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 55 of file typespace.h.

◆ spcCubes

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

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

Definition at line 58 of file typespace.h.

◆ spcMap

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

The type of a combinatorial cubical multivalued map.

Definition at line 61 of file typespace.h.

◆ spcRect

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

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

Definition at line 64 of file typespace.h.