|
The ChainCon Software (Release 0.03)
|
A program for the computation of cubical algebraic topological model. More...
#include "chaincon/stringhash.h"#include "chomp/system/config.h"#include "chomp/struct/hashsets.h"#include "chaincon/cubcell.h"#include "chaincon/emptycell.h"#include "chaincon/wrapping.h"#include "atmodmain.h"Go to the source code of this file.
Macros | |
| #define | SPACE_WRAPPING |
Functions | |
| int | main (int argc, char *argv []) |
| The main procedure of the program. More... | |
Variables | |
| const char * | title |
| The title of the program and licensing information. More... | |
| const char * | helpinfo |
| Brief help information on the program's usage. More... | |
A program for the computation of cubical algebraic topological model.
Definition in file atmodcub.cpp.
| #define SPACE_WRAPPING |
Definition at line 40 of file atmodcub.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
The main procedure of the program.
Returns: 0 = Ok, -1 = Error, 1 = Help displayed, 2 = Wrong arguments.
Definition at line 86 of file atmodcub.cpp.
| const char* helpinfo |
Brief help information on the program's usage.
Definition at line 55 of file atmodcub.cpp.
Referenced by main().
| const char* title |
The title of the program and licensing information.
Definition at line 49 of file atmodcub.cpp.
Referenced by main().
1.8.13