GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
line_pnts Struct Reference

Feature geometry info - coordinates. More...

#include <dig_structs.h>

Data Fields

double * x
 Array of X coordinates. More...
 
double * y
 Array of Y coordinates. More...
 
double * z
 Array of Z coordinates. More...
 
int n_points
 Number of points. More...
 
int alloc_points
 Allocated space for points. More...
 

Detailed Description

Feature geometry info - coordinates.

Definition at line 1651 of file dig_structs.h.

Field Documentation

◆ alloc_points

int line_pnts::alloc_points

Allocated space for points.

Definition at line 1671 of file dig_structs.h.

Referenced by dig_alloc_points(), Vect__new_line_struct(), and Vect_destroy_line_struct().

◆ n_points

◆ x

◆ y

◆ z


The documentation for this struct was generated from the following file: