35#ifndef _CMGRAPHS_TYPEPARAM_H_ 
   36#define _CMGRAPHS_TYPEPARAM_H_ 
   40#include "chomp/cubes/pointset.h" 
   41#include "chomp/cubes/cube.h" 
   42#include "chomp/struct/hashsets.h" 
   58typedef chomp::homology::tCubeFix<paramDim,parCoord> 
parCube;
 
   61typedef chomp::homology::hashedset<parCube> 
parCubes;
 
   64typedef chomp::homology::tRectangle<parCoord> 
parRect;
 
Choice of configuration settings.
 
chomp::homology::tCubeFix< paramDim, parCoord > parCube
The type of a cube in the set of parameters.
 
short int parCoord
The type of coordinates of cubes in the set of parameters.
 
chomp::homology::tRectangle< parCoord > parRect
The type of a rectangle used to iterate sets of cubes of parameters.
 
chomp::homology::hashedset< parCube > parCubes
The type of a set of cubes in the set of parameters.