| PostGIS
    3.7.0dev-r@@SVN_REVISION@@
    | 
#include "../postgis_config.h"#include "lwgeom_log.h"#include "lwgeom_geos.h"#include "liblwgeom_internal.h"#include <string.h>#include <assert.h>
Go to the source code of this file.
| Functions | |
| static int | lwgeom_ngeoms (const LWGEOM *n) | 
| static const LWGEOM * | lwgeom_subgeom (const LWGEOM *g, int n) | 
| static void | lwgeom_collect_endpoints (const LWGEOM *lwg, LWMPOINT *col) | 
| static LWMPOINT * | lwgeom_extract_endpoints (const LWGEOM *lwg) | 
| static LWGEOM * | lwgeom_extract_unique_endpoints (const LWGEOM *lwg) | 
| LWGEOM * | lwgeom_node (const LWGEOM *lwgeom_in) |