Lib
piv API documentation
Main Page
|
Files
|
Data Structures
|
Functions
|
Global Variables
|
Main Page
Data Structures
Files
File List
Globals
gpiv-post_utils.h
Go to the documentation of this file.
1
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 c-style: "K&R" -*- */
2
3
/*
4
libgpiv - library for Particle Image Velocimetry
5
6
Copyright (C) 2007, 2008 Gerber van der Graaf
7
8
This file is part of libgpiv.
9
10
Libgpiv is free software; you can redistribute it and/or modify
11
it under the terms of the GNU General Public License as published by
12
the Free Software Foundation; either version 2, or (at your option)
13
any later version.
14
15
This program is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
GNU General Public License for more details.
19
20
You should have received a copy of the GNU General Public License
21
along with this program; if not, write to the Free Software Foundation,
22
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23
24
25
26
27
-------------------------------------------------------------------------------
28
LIBRARY: libgpiv:
29
EXTERNAL FUNCTIONS:
30
gpiv_null_scdata
31
gpiv_alloc_scdata
32
gpiv_free_scdata
33
34
gpiv_null_bindata
35
gpiv_alloc_bindata
36
gpiv_free_bindata
37
38
39
LAST MODIFICATION DATE: $Id: gpiv-post_utils.h,v 1.1 2007-11-23 16:12:18 gerber Exp $
40
--------------------------------------------------------------------------- */
50
#ifndef __LIBGPIV_POST_UTILS_H__
51
#define __LIBGPIV_POST_UTILS_H__
52
53
61
void
62
gpiv_null_scdata
(
GpivScalarData
*scal_data
63
);
64
65
73
GpivScalarData
*
74
gpiv_alloc_scdata
(
const
gint nx,
75
const
gint ny
76
);
77
78
86
void
87
gpiv_free_scdata
(
GpivScalarData
*scal_data
88
);
89
90
91
101
gchar *
102
gpiv_scalar_gnuplot
(
const
gchar *fname_out,
103
const
gchar *title,
104
const
gchar *GNUPLOT_DISPLAY_COLOR,
105
const
gint GNUPLOT_DISPLAY_SIZE
106
);
107
108
109
117
void
118
gpiv_null_bindata
(
GpivBinData
*bin_data
119
);
120
121
128
GpivBinData
*
129
gpiv_alloc_bindata
(
const
guint nbins
130
);
131
132
140
void
141
gpiv_free_bindata
(
GpivBinData
*bin_data
142
);
143
144
152
void
153
gpiv_histo
(
const
GpivPivData
*data,
154
GpivBinData
*klass
155
);
156
157
158
167
void
168
gpiv_cumhisto
(
const
GpivPivData
*data,
169
GpivBinData
*klass
170
);
171
172
173
183
gchar *
184
gpiv_histo_gnuplot
(
const
gchar *fname_out,
185
const
gchar *title,
186
const
gchar *GNUPLOT_DISPLAY_COLOR,
187
const
gint GNUPLOT_DISPLAY_SIZE
188
);
189
190
191
#endif
/* __LIBGPIV_POST_UTILS_H__ */
Generated on Thu Mar 20 2014 09:01:34 for libgpiv-0.6.1 by
1.8.1.2