PGROUTING
3.2
|
#include <stdbool.h>
#include <float.h>
#include "c_common/postgres_connection.h"
#include "c_common/debug_macro.h"
#include "c_common/e_report.h"
#include "c_common/time_msg.h"
#include "c_common/edges_input.h"
#include "c_types/geom_text_rt.h"
#include "drivers/alpha_shape/alphaShape_driver.h"
Go to the source code of this file.
Functions | |
PGDLLEXPORT Datum | _pgr_alphashape (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (_pgr_alphashape) | |
static void | process (char *edges_sql, double alpha, GeomText_t **res, size_t *result_count) |
PGDLLEXPORT Datum _pgr_alphashape | ( | PG_FUNCTION_ARGS | ) |
Definition at line 106 of file alphaShape.c.
PG_FUNCTION_INFO_V1 | ( | _pgr_alphashape | ) |
|
static |
Definition at line 42 of file alphaShape.c.
References do_alphaShape(), PGR_DBG, pgr_get_edges_xy(), pgr_global_report(), pgr_SPI_connect(), and pgr_SPI_finish().
Referenced by _pgr_alphashape().