1 /**********
2 *
3 * This file is part of the TINA Open Source Image Analysis Environment
4 * henceforth known as TINA
5 *
6 * TINA is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation.
9 *
10 * TINA 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
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with TINA; if not, write to the Free Software Foundation, Inc.,
17 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 * ANY users of TINA who require exemption from the existing licence must
20 * negotiate a new licence with Dr. Neil.A.Thacker, the sole agent for
21 * the University of Manchester.
22 *
23 **********
24 *
25 * Program : TINA
26 * File : $Source: /home/tina/cvs/tina-libs/tina/geometry/geomPlane_fmt.h,v $
27 * Date : $Date: 2002/12/09 11:51:23 $
28 * Version : $Revision: 1.1.1.1 $
29 * CVS Id : $Id: geomPlane_fmt.h,v 1.1.1.1 2002/12/09 11:51:23 cvstina Exp $
30 *
31 * Author : Legacy TINA
32 *
33 * Notes :
34 *
35 *********
36 */
37
38 #ifndef TINA_GEOM_PLANE_FMT_HDR
39 #define TINA_GEOM_PLANE_FMT_HDR
40
41 #include <tina/geometry/geom_PlaneDef.h>
42
43 #ifdef __cplusplus
44 extern "C" {
45 #endif /* __cplusplus */
46
47 void plane_format(Plane * plane);
48
49 #ifdef __cplusplus
50 }
51 #endif /* __cplusplus */
52
53 #endif /* TINA_GEOM_PLANE_FMT_HDR */
54
55
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.