The Original CHomP Software
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. More...
 
typedef CubicalCell chomp::homology::ElementaryCell
 An alternative name for a cubical cell. More...
 
typedef hashedset< CubicalCell > chomp::homology::SetOfCubicalCells
 The default type of a set of cubical cells. More...
 
typedef gcomplex< CubicalCell, integer > chomp::homology::CubicalComplex
 The default type of a cubical complex. More...
 
typedef mvcellmap< CubicalCell, integer, CubicalCell > chomp::homology::CubicalMultivaluedMap
 The default type of a cubical multivalued map. More...
 
typedef CubicalCell chomp::homology::qcell
 An abbreviation for a cubical cell [deprecated]. More...
 
typedef SetOfCubicalCells chomp::homology::qcells
 An abbreviation for a set of cubical cell [deprecated]. More...
 
typedef CubicalComplex chomp::homology::cubicalcomplex
 An abbreviation for a cubical complex [deprecated]. More...
 

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.