Namespaces | Typedefs

cube.h File Reference

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. More...

#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/cubes/pointset.h"
#include "chomp/struct/bitfield.h"
#include "chomp/struct/integer.h"
#include "chomp/struct/hashsets.h"
#include "chomp/cubes/pointbas.h"
#include "chomp/cubes/cubemain.h"
#include "chomp/cubes/cubebase.h"
#include "chomp/cubes/cubefix.h"
#include "chomp/cubes/cubevar.h"
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <cstring>

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 tCubeBase< coordinate > chomp::homology::Cube
 The default cube type.
typedef Cube chomp::homology::FullCube
 An alternative name for a cube.
typedef Cube chomp::homology::HyperCube
 An alternative name for a cube.
typedef hashedset< Cube > chomp::homology::SetOfCubes
 The default type of a set of cubes.
typedef mvmap< Cube, Cube > chomp::homology::CombinatorialMultivaluedMap
 The default type of a combinatorial cubical multivalued map.
typedef Cube chomp::homology::cube
 A lower-case name of a cube [deprecated].
typedef SetOfCubes chomp::homology::cubes
 An abbreviation for a set of cubes [deprecated].
typedef CombinatorialMultivaluedMap chomp::homology::CubicalMap
 An abbreviation for a combinatorial cubical multivalued map.
typedef CombinatorialMultivaluedMap chomp::homology::cubicalmap
 A lower-case version of the name of a combinatorial cubical multivalued map [deprecated].

Detailed Description

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.

Author:
Pawel Pilarczyk

Definition in file cube.h.