32#ifndef _PWP_BYTEUTIL_H_ 
   33#define _PWP_BYTEUTIL_H_ 
   43#include "chomp/system/textfile.h" 
   44#include "chomp/cubes/pointset.h" 
   45#include "chomp/struct/digraph.h" 
   46#include "chomp/struct/multitab.h" 
   47#include "chomp/struct/hashsets.h" 
   48#include "chomp/system/timeused.h" 
   67        size_t size (v. size ());
 
   69        for (
size_t i = 0; i < size; ++ i)
 
   80        for (
size_t i = 0; i < size; ++ i)
 
   92        const std::vector<T> &v)
 
   94        size_t size (v. size ());
 
   96        for (
size_t i = 0; i < size; ++ i)
 
  108        for (
size_t i = 0; i < size; ++ i)
 
  120        const chomp::homology::hashedset<T> &v)
 
  122        size_t size (v. size ());
 
  124        for (
size_t i = 0; i < size; ++ i)
 
  131        chomp::homology::hashedset<T> &v)
 
  135        chomp::homology::hashedset<T> w;
 
  136        for (
size_t i = 0; i < size; ++ i)
 
Writing and reading binary data (int, double) with bzip2 compression.
 
ByteCompressor & operator<<(ByteCompressor &c, const std::string &v)
 
ByteDecompressor & operator>>(ByteDecompressor &c, std::string &v)
 
A simple wrapper for the bzip2 data compression to an output stream.
 
A simple wrapper for the bzip2 data decompression from an input stream.
 
Choice of configuration settings.
 
Conley index computation routines.
 
const int spaceDim
The dimension of the phase space.
 
Customizable data types for the Conley-Morse graphs computation program.
 
Data types for the dynamical systems data structures.
 
int spcCoord
The type of coordinates of cubes in the phase space.
 
chomp::homology::tCubeBase< spcCoord > spcCube
The type of a cube in the phase space.
 
Utilites and helper functions.