[go: up one dir, main page]

Menu

[r997]: / libmona / doc / src / monaDocu.h  Maximize  Restore  History

Download this file

106 lines (76 with data), 3.8 kB

  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
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
/*
* Copyright (c) 2004 Max-Planck-Institute Human Brain and Cognitive Science
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
// $Id: monaDocu.h 670 2005-06-29 13:22:23Z wollny $
#ifndef _MONA_DOCUMENTATION
#define _MONA_DOCUMENTATION
/**
\mainpage LibMONA
\section contents Contents
- \ref intro
- \ref license
- \ref howtonew
- \ref compilers
\section intro Introduction
The term LibMONA encloses a collection of algorithms and data
structures commonly used in morphomery for neurobiological
applications. It is written in C++ in order to allow efficient
programming techniques using an object-oriented approach.
Its main goal is to provide a system independent library, which
follows as much as possible the ANSI C++ standards. Although
it is specially maintained for <a href="http://www.linux.org">Linux</a> /
<a href="http://www.gnu.org/software/gcc/gcc.html">GCC</a>, it should as well
build on different <a href="http://www.unix.org">Unix</a> platforms and on
<a href="http://www.microsoft.com/windows">Microsoft's Windows</a>,
<a href="http://www.microsoft.com/ntworkstation/default.asp">Windows NT</a> /
<a href="http://www.microsoft.com/visualc">MS Visual C++</a>.
LibMONA was created at the
<a href="http://www.cbs.mpg.de">Max-Planck-Institute for Human Cognitive and Brain Sciences</a>.
It succeeds the <a href="http://www.sf.mia.org">MIA</a> (morphometric image analysis) package by Gert Wollny.
These pages give some introductory information about how to use the
LibMONA. The conditions of use for the LibMONA are given in \ref license.
Some important concepts necessary to understand the library are shown in architecture.
The section classHierarchy presents a thematic organization of
many classes found in this library. Using the links shown on the top
of this page you can browse the on-line programming reference.
Other useful information can be reached through the links in \ref contents
and in our <a href="http://cnswiki/Software/mona">Wiki- page</a>.
\section license License
Copyright (c) 2004 by <a href="http://www.cbs.mpg.de"> Max-Planck-Institute Human Brain and Cognitive Science</a>.
The LibMONA is free software; permission to use, copy, modify, and
distribute this software and its documentation under the terms of the
GNU Lesser General Public License is hereby granted. No
representations are made about the suitability of this software for
any purpose. It is provided "as is" without express or implied
warranty. See the
<a href="http://www.gnu.org/copyleft/lesser.html#SEC1"> GNU Lesser General Public License</a> for more details.
LibMONA is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
More information can be found at http://www.gnu.org/licenses/licenses.html
<hr>
\subsection coordinators Coordinators
Marc Tittgemeyer,
Gert Wollny
\subsection students Programmers
Davide Imperati,
Heike Jaenicke
\date 2004
*/
#endif