35#ifndef _CMGRAPHS_TYPESPACE_H_ 
   36#define _CMGRAPHS_TYPESPACE_H_ 
   40#include "chomp/cubes/pointset.h" 
   41#include "chomp/cubes/cube.h" 
   42#include "chomp/struct/hashsets.h" 
   55typedef chomp::homology::tCubeBase<spcCoord> 
spcCube;
 
   58typedef chomp::homology::hashedset<spcCube> 
spcCubes;
 
   61typedef chomp::homology::mvmap<spcCube,spcCube> 
spcMap;
 
   64typedef chomp::homology::tRectangle<spcCoord> 
spcRect;
 
chomp::homology::mvmap< spcCube, spcCube > spcMap
The type of a combinatorial cubical multivalued map.
 
chomp::homology::hashedset< spcCube > spcCubes
The type of a set of cubes in the phase space.
 
int spcCoord
The type of coordinates of cubes in the phase space.
 
chomp::homology::tRectangle< spcCoord > spcRect
The type of a rectangle used to iterate sets of cubes in the phase space.
 
chomp::homology::tCubeBase< spcCoord > spcCube
The type of a cube in the phase space.