[GRASS-SVN] r38964 - grass/trunk/include/vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 4 10:06:51 EDT 2009
Author: benducke
Date: 2009-09-04 10:06:50 -0400 (Fri, 04 Sep 2009)
New Revision: 38964
Modified:
grass/trunk/include/vect/dig_structs.h
Log:
small change to comment in struct Plus_head:
plus_t n_vfaces; /* current number of volume faces */
Modified: grass/trunk/include/vect/dig_structs.h
===================================================================
--- grass/trunk/include/vect/dig_structs.h 2009-09-04 09:49:32 UTC (rev 38963)
+++ grass/trunk/include/vect/dig_structs.h 2009-09-04 14:06:50 UTC (rev 38964)
@@ -45,7 +45,7 @@
};
/*! \brief Bounding box */
-struct bound_box
+struct bound_box
{
double N; /* north */
double S; /* south */
@@ -165,7 +165,7 @@
/*! \brief Non-native format info (OGR)
- \todo Structure size should not change depending on compilation I think, do it better
+ \todo Structure size should not change depending on compilation I think, do it better
*/
struct Format_info_ogr
{
@@ -284,9 +284,9 @@
struct bound_box box; /* vector map bounding box */
/*** topology ***/
- struct P_node **Node; /* struct P_node array of pointers
+ struct P_node **Node; /* struct P_node array of pointers
1st item is 1 for */
- struct P_line **Line; /* struct P_line array of pointers
+ struct P_line **Line; /* struct P_line array of pointers
all these (not 0) */
struct P_area **Area;
struct P_isle **Isle;
@@ -307,7 +307,7 @@
plus_t n_clines; /* current number of centroids */
plus_t n_flines; /* current number of faces */
plus_t n_klines; /* current number of kernels*/
- plus_t n_vfaces; /* current number of volumes */
+ plus_t n_vfaces; /* current number of volume faces */
plus_t n_hfaces; /* current number of hole faces */
plus_t alloc_nodes; /* number of nodes we have alloc'ed
@@ -333,7 +333,7 @@
int Spidx_new; /* set to 1 if new spatial index will be generated */
struct gvfile spidx_fp; /* spatial index file pointer */
-
+
char *spidx_node_fname; /* node spatial index file name */
off_t Node_spidx_offset; /* offset of nodes in sidx file */
@@ -400,9 +400,9 @@
double *node_costs; /* node costs */
int cost_multip; /* edge and node costs
multiplicator */
-
+
int open; /* should be 0x5522AA22 (VECT_OPEN_CODE) if opened correctly
- or 0x22AA2255 (VECT_CLOSED_CODE) if closed
+ or 0x22AA2255 (VECT_CLOSED_CODE) if closed
anything else implies that structure has
never been initialized
*/
@@ -477,7 +477,7 @@
plus_t N2; /* end node */
plus_t left; /* area/isle number to left, negative
for isle area number for centroid,
- negative for duplicate centroid
+ negative for duplicate centroid
*/
plus_t right; /* area/isle number to right, negative
* for isle */
More information about the grass-commit
mailing list