/usr/include/BALL/BALL.doc is in libball1.4-dev 1.4.1+20111206-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | // -*- Mode: C++; tab-width: 2; -*-
// vi: set ts=2:
//
/** \mainpage BALL
Rapid Software Prototyping can significantly reduce development times in the
field of Computational Molecular Biology and Molecular Modeling. BALL
(Biochemical Algorithms Library) is an application framework in C++ that has
been specifically designed for this purpose. It provides an extensive set of
data structures as well as classes for Molecular Mechanics, advanced
solvation methods, comparison and analysis of protein structures, file
import/export, and visualization. <p>
BALL has been carefully designed to be
robust, easy to use, and open to extensions. Especially its extensibility,
which results from an object-oriented and generic programming approach,
distinguishes it from other software packages. BALL is well suited to serve
as a public repository for reliable data structures and algorithms. The development
of new methods is greatly simplified when using the data structures and
functionality provided by BALL.
<center><h1>Biochemical Algorithms Library</h1><p>Reference Manual</center>
\version 1.4.1
\author
- Tim Aubertin
- Christian Bender
- Andreas Bertsch
- Lisa Katharina Blaß
- Nicolas Pascal Boghossian
- Andreas Burchardt
- Andreas Crauser
- Anna Dehof
- Holger Franken
- Jan Fuhrmann
- Carla Haid
- Andreas Hildebrandt
- Heiko Klein
- Andreas Kerzmann
- Oliver Kohlbacher
- Hans-Peter Lenhof
- Bettina Leonhardt
- Andreas Moll
- Peter Müller
- Sabine Müller
- Stefan Nickels
- Alexander Rurainski
- Lara Schneider
- Stefan Schuh
- Daniel Stöckel
- Stefan Strobel
- Marc Sturm
- Nora Toussaint
- Hongbo Zhu
*/
/** \defgroup Foundation Foundation Classes
*/
/** \defgroup Kernel Kernel Classes
This chapter contains all relevant information on BALL kernel datastructures.
<br>
The hierarchy of the kernel classes looks like this:
<br>
\image html KERNEL.png
\image latex KERNEL.eps "The Kernel Classes"
*/
/**
\defgroup Modeling Molecular Modeling
*/
/** \defgroup Visualisation Visualisation
*/
/** \defgroup Python Python
BALL provides classes for the extension of <a href="http://www.python.org"> Python</a>,
an object oriented script language.
Since the language concepts of C++ and Python are rather dissimilar, several
concepts had to be ported and modified. This chapter describes the BALL classes
that implement these interface classes.
*/
|