Files | |
file | bincube.h [code] |
This file contains the definition of a cubical set represented as a bitmap. | |
file | bitcode.h [code] |
This file contains the declaration of functions for reading and writing full cubical sets encoded in the text format as bit codes used in the "chom" program written by Bill Kalies. | |
file | cell.h [code] |
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. | |
file | cellbase.h [code] |
This file contains the definition of cubical cells which use a cube base class for indexing all the possible coordinate combinations. | |
file | cellfix.h [code] |
This class defines cubical cells in which the embedding space dimension is known apriori. | |
file | cellmain.h [code] |
This file contains the definition of some functions that are common for all types of cubical cells, independent of the details of their implementation, mainly the computation of the boundary of a cell and text input/output procedures. | |
file | cellvar.h [code] |
This file defines cubical cells whose embedding space dimension is not known apriori and therefore the array of coordinates is allocated each time a cubical cell is created. | |
file | cube.h [code] |
This file includes header files with various definitions of full cubes and defines the standard types for most commonly used structures related to full cubes. | |
file | cubebase.h [code] |
This file contains the definition of full cubes which use a cube base class for indexing all the possible coordinate combinations. | |
file | cubefix.h [code] |
This class defines full cubes in which the embedding space dimension is known apriori. | |
file | cubemain.h [code] |
This file contains the definition of some functions that are common for all types of cubes, independent of the details of their implementation, mainly the text input/output procedures. | |
file | cubevar.h [code] |
This file defines full cubes whose embedding space dimension is not known apriori and therefore the array of coordinates is allocated each time a cubical cell is created. | |
file | cubmaps.h [code] |
This file contains some procedures defined for cubical maps. | |
file | neighbor.h [code] |
This file contains various procedures relating to neighborhoods of cubes in full cubical sets. | |
file | pointbas.h [code] |
This file contains the definition of a point base class which is used for indexing all the points (n-tuples of integer coordinates) which are used in the program. | |
file | pointset.h [code] |
This file contains the definition of a set of n-dimensional points with integer coordinates and several operations on such a set. | |
file | twolayer.h [code] |
This file contains the definition of two-layer cubical sets, as introduced in the paper "Excision-preserving cubical approach to the algorithmic computation of the discrete Conley index" by Kinga Stolot and Pawel Pilarczyk. |