The Original CHomP Software
chomp
chomp.h
Go to the documentation of this file.
1
3
17
18
// Copyright (C) 1997-2020 by Pawel Pilarczyk.
19
//
20
// This file is part of my research software package. This is free software:
21
// you can redistribute it and/or modify it under the terms of the GNU
22
// General Public License as published by the Free Software Foundation,
23
// either version 3 of the License, or (at your option) any later version.
24
//
25
// This software is distributed in the hope that it will be useful,
26
// but WITHOUT ANY WARRANTY; without even the implied warranty of
27
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
// GNU General Public License for more details.
29
//
30
// You should have received a copy of the GNU General Public License
31
// along with this software; see the file "license.txt". If not,
32
// please, see <https://www.gnu.org/licenses/>.
33
34
// Started on October 26, 2005. Last revision: October 27, 2005.
35
36
37
#ifndef _CHOMP_CHOMP_H_
38
#define _CHOMP_CHOMP_H_
39
79
80
#include "
chomp/system/config.h
"
81
#include "
chomp/system/textfile.h
"
82
#include "
chomp/system/timeused.h
"
83
#include "
chomp/system/arg.h
"
84
#include "
chomp/bitmaps/bitmaps.h
"
85
#include "
chomp/struct/digraph.h
"
86
#include "
chomp/homology/homology.h
"
87
88
93
namespace
chomp
{
94
95
}
// namespace chomp
96
97
98
#endif
// _CHOMP_CHOMP_H_
99
101
arg.h
This file contains the definition of a class which can be used to parse the command line of a program...
bitmaps.h
This file contains the definition of a class which can be used as a simple interface to read and writ...
homology.h
This file contains various procedures for the homology computation.
config.h
This file contains some precompiler definitions which indicate the operating system and/or compiler u...
digraph.h
This header file contains the definition of a weighted directed graph class and several algorithms on...
chomp
This namespace contains the entire CHomP library interface.
Definition:
bitmaps.h:51
textfile.h
This file contains some useful functions related to the text input/output procedures.
timeused.h
This file defines a simple data structure which can be used to measure time used by the program (or s...
Generated by
1.9.4