TheBoussinesqModel  3.2.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
geometry_attribute.h
Go to the documentation of this file.
1 
29 polygon_connection_attributes *get_connection(POLYGON *polygon,POLYGONVECTOR *polygons, long boundary,long displacement, short print);
30 
32 
33 
34 polygon_connection_attribute_array *get_connection_array(POLYGONVECTOR *polygons, long boundary,long displacement,short print);
35 
38 
40 
41 polygon_connection_attributes *get_connection_squares(POLYGON *polygon,POLYGONVECTOR *polygons, long boundary,long novalue, long r ,long c,LONGMATRIX *mask,short print);
42 polygon_connection_attribute_array *get_connection_array_squares(POLYGONVECTOR *polygons, long boundary, long novalue, LONGMATRIX *pixels, short print);