PostGIS
2.4.9dev-r@@SVN_REVISION@@
cu_surface.h
Go to the documentation of this file.
1
/**********************************************************************
2
*
3
* PostGIS - Spatial Types for PostgreSQL
4
* http://postgis.net
5
* Copyright 2010 Olivier Courtin <olivier.courtin@oslandia.com>
6
*
7
* This is free software; you can redistribute and/or modify it under
8
* the terms of the GNU General Public Licence. See the COPYING file.
9
*
10
**********************************************************************/
11
12
#include <stdio.h>
13
#include <stdlib.h>
14
#include <string.h>
15
#include "CUnit/Basic.h"
16
17
#include "
liblwgeom_internal.h
"
18
#include "
cu_tester.h
"
19
20
/* Test functions */
21
void
triangle_parse
(
void
);
22
void
tin_parse
(
void
);
23
void
polyhedralsurface_parse
(
void
);
24
void
surface_dimension
(
void
);
surface_dimension
void surface_dimension(void)
Definition:
cu_surface.c:384
triangle_parse
void triangle_parse(void)
Definition:
cu_surface.c:14
liblwgeom_internal.h
tin_parse
void tin_parse(void)
Definition:
cu_surface.c:109
cu_tester.h
polyhedralsurface_parse
void polyhedralsurface_parse(void)
Definition:
cu_surface.c:235
liblwgeom
cunit
cu_surface.h
Generated by
1.8.13