Functions | |
| boolvec * | pnts_load (const char *filename, const char *pntsname=NULL) |
| boolvec * | pnts_read (const char *filename, const char *pntsname=NULL, int col1=1, int col2=2, int col3=3, int col4=0, const char *delimiter=" \t", int skip_lines=0, int grow_by=250) |
| boolvec * | pnts_save (const char *filename, const char *points_name="*") |
| boolvec * | pnts_write (const char *filename, const char *points_name="*", const char *delimiter="\t") |
| boolvec * | pnts_load_shp (const char *filename, const char *pntsname="*", const char *param="VALUE") |
| boolvec * | pnts_save_shp (const char *filename, const char *points_name="*") |
| boolvec* surfit::pnts_load | ( | const char * | filename, |
| const char * | pntsname = NULL |
||
| ) |
| bool pnts_load_shp | ( | const char * | filename, |
| const char * | pntsname = "*", |
||
| const char * | param = "VALUE" |
||
| ) |
| boolvec* surfit::pnts_read | ( | const char * | filename, |
| const char * | pntsname = NULL, |
||
| int | col1 = 1, |
||
| int | col2 = 2, |
||
| int | col3 = 3, |
||
| int | col4 = 0, |
||
| const char * | delimiter = " \t", |
||
| int | skip_lines = 0, |
||
| int | grow_by = 250 |
||
| ) |
| filename | name of formatted text file |
| pntsname | name for points object |
| col1 | column with X coordinates |
| col2 | column with Y coordinates |
| col3 | colimn with Z values |
| col4 | column with names. If col4 equal to 0, then no names will be read |
| delimiter | delimiter between columns. May be " ", "\t", "," or other symbols |
| skip_lines | number of lines to skip header |
| grow_by | =250 |
| boolvec* surfit::pnts_save | ( | const char * | filename, |
| const char * | points_name = "*" |
||
| ) |
| bool pnts_save_shp | ( | const char * | filename, |
| const char * | points_name = "*" |
||
| ) |
| boolvec* surfit::pnts_write | ( | const char * | filename, |
| const char * | points_name = "*", |
||
| const char * | delimiter = "\t" |
||
| ) |
surfit: gridding and contouring software.