Namespaces | Typedefs

cell.h File Reference

This file includes header files with various definitions of cubical cells and defines the standard types for most commonly used structures related to cubical cells. More...

#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/cubes/pointset.h"
#include "chomp/homology/chains.h"
#include "chomp/struct/bitfield.h"
#include "chomp/struct/integer.h"
#include "chomp/struct/hashsets.h"
#include "chomp/homology/gcomplex.h"
#include "chomp/cubes/pointbas.h"
#include "chomp/cubes/cellmain.h"
#include "chomp/cubes/cellbase.h"
#include "chomp/cubes/cellfix.h"
#include "chomp/cubes/cellvar.h"
#include <iostream>
#include <fstream>
#include <cstdlib>

Go to the source code of this file.

Namespaces

namespace  chomp
 

This namespace contains the entire CHomP library interface.


namespace  chomp::homology
 

This namespace contains the core of the homology computation procedures and related classes and templates contained in the CHomP C++ library.


Typedefs

typedef tCellBase< coordinate > chomp::homology::CubicalCell
 The default type of a cubical cell.
typedef CubicalCell chomp::homology::ElementaryCell
 An alternative name for a cubical cell.
typedef hashedset< CubicalCell > chomp::homology::SetOfCubicalCells
 The default type of a set of cubical cells.
typedef gcomplex< CubicalCell,
integer > 
chomp::homology::CubicalComplex
 The default type of a cubical complex.
typedef mvcellmap< CubicalCell,
integer, CubicalCell > 
chomp::homology::CubicalMultivaluedMap
 The default type of a cubical multivalued map.
typedef CubicalCell chomp::homology::qcell
 An abbreviation for a cubical cell [deprecated].
typedef SetOfCubicalCells chomp::homology::qcells
 An abbreviation for a set of cubical cell [deprecated].
typedef CubicalComplex chomp::homology::cubicalcomplex
 An abbreviation for a cubical complex [deprecated].

Detailed Description

This file includes header files with various definitions of cubical cells and defines the standard types for most commonly used structures related to cubical cells.

Author:
Pawel Pilarczyk

Definition in file cell.h.