[GRASSLIST:4494] structures.....

Hello,
i'm trying to enter the 5.7 vector programming.....
Just I don't can't figure out many structures as Map_Info, line_cats or line_pnts.
Is there some docs describing all that to look for?
Or the only way by now is to look inside the code?
Any example or help in entering new vector library is welcome... :slight_smile:
Have a nice day!
Max

--

Eng. Massimiliano Cannata
Scuola Universitaria Professionale della Svizzera Italiana
Istituto Scienze della Terra
Via Trevano, c.p. 72
CH-6952 Canobbio-Lugano
Tel: +41 (0)91 935 12 25
Fax +41 (0)91 935 12 09

On Friday 08 October 2004 15:59, Massimiliano Cannata wrote:

Hello,
i'm trying to enter the 5.7 vector programming.....
Just I don't can't figure out many structures as Map_Info, line_cats or
line_pnts.
Is there some docs describing all that to look for?
Or the only way by now is to look inside the code?
Any example or help in entering new vector library is welcome... :slight_smile:
Have a nice day!
Max

No doc for structures, I think. In modules, you should only use
members from line_pnts, line_cats, ilist, field_info and BOUND_BOX (bound_box).
See grass51/include/vect/dig_structs.h
Other structures are internal and may change in future.

Example: grass51/doc/vector/v.example.c

Radim