updated copyright statement
[gpiv.git] / src / piveval_interrogate.h
blobd098dd7b54a54c834c94c3e7763c76d2d177e09c
1 /*----------------------------------------------------------------------
3 gpiv - Graphic program for Particle Image Velocimetry, based on gtk/gnome
4 libraries.
6 Copyright (C) 2006, 2007, 2008
7 Gerber van der Graaf <gerber_graaf@users.sourceforge.net>
9 This file is part of gpiv.
11 Gpiv is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2, or (at your option)
14 any later version.
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the Free Software Foundation,
23 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25 ----------------------------------------------------------------------*/
28 * $Log: piveval_interrogate.h,v $
29 * Revision 1.1 2008-09-16 10:17:36 gerber
30 * added piveval_interrogate routines
34 #ifndef GPIV_PIVEVAL_INTERROGATE_H
35 #define GPIV_PIVEVAL_INTERROGATE_H
37 void
38 exec_piv (GpivConsole *gpiv
41 GpivPivData *
42 interrogate_img (const GpivImage *image,
43 const GpivPivPar *piv_par,
44 const GpivValidPar *valid_par,
45 GpivConsole *gpiv
49 #endif /* GPIV_PIVEVAL_INTERROGATE_H */