#include <stdlib.h>#include "gis.h"#include "Vect.h"Include dependency graph for remove_areas.c:

Go to the source code of this file.
Functions | |
| int | Vect_remove_small_areas (struct Map_info *Map, double thresh, struct Map_info *Err, FILE *msgout, double *removed_area) |
| int Vect_remove_small_areas | ( | struct Map_info * | Map, | |
| double | thresh, | |||
| struct Map_info * | Err, | |||
| FILE * | msgout, | |||
| double * | removed_area | |||
| ) |
Definition at line 35 of file remove_areas.c.
References Vect_area_alive(), Vect_delete_line(), Vect_get_area_area(), Vect_get_area_boundaries(), Vect_get_area_centroid(), Vect_get_line_areas(), Vect_get_num_areas(), Vect_line_alive(), Vect_line_length(), Vect_list_append(), Vect_new_cats_struct(), Vect_new_line_struct(), Vect_new_list(), Vect_read_line(), Vect_reset_list(), and Vect_write_line().
1.4.7