gpp4  1.3.1
cmap_stats.h
Go to the documentation of this file.
1 /*
2  cmap_stats.h: header file for cmap_stats.c
3  Copyright (C) 2001 CCLRC, Charles Ballard
4 
5  This library is free software: you can redistribute it and/or
6  modify it under the terms of the GNU Lesser General Public
7  License as published by the Free Software Foundation, either
8  version 3 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Lesser General Public License for more details.
14 
15  You should have received a copy of the GNU Lesser General Public
16  License along with This library. If not, see
17  <http://www.gnu.org/licenses/>.
18 
19 */
20 
26 #ifndef __GUARD_MAPLIB_STATS
27 #define __GUARD_MAPLIB_STATS
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 int stats_update(CMMFile_Stats *stats, void *section_begin,
34  void *section_end);
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif /* __GUARD_MAPLIB_STATS */
41 
42 /*
43  Local variables:
44  mode: font-lock
45  End:
46 */
_CMMFile_Stats::min
float min
Definition: cmaplib.h:107
stats_update
int stats_update(CMMFile_Stats *stats, void *section_begin, void *section_end)
Definition: cmap_stats.c:31
_CMMFile_Stats::offset
float offset
Definition: cmaplib.h:106
_CMMFile_Stats::total
int total
Definition: cmaplib.h:111
cmap_stats.h
Declaration of the stats_update function.
_CMMFile_Stats::max
float max
Definition: cmaplib.h:108
_CMMFile_Stats
Construct to hold various map statistics.
Definition: cmaplib.h:105
cmaplib.h
ccp4 map i/o user-level library header file
_CMMFile_Stats::rms
double rms
Definition: cmaplib.h:110
_CMMFile_Stats::mean
double mean
Definition: cmaplib.h:109
cmap_errno.h
Error codes for the library.
MIN
#define MIN(x, y)
A macro that returns the minimum of x and y.
Definition: ccp4_types.h:110
MAX
#define MAX(x, y)
A macro that returns the maximum of x and y.
Definition: ccp4_types.h:103