Functions | |
bool | grid (REAL stepX=0, REAL stepY=0, REAL percent=2, const char *gridname=NULL) |
bool | grid2 (REAL stepX=0, REAL stepY=0, REAL percent=2, const char *gridname=NULL) |
bool | grid_get (REAL startX, REAL endX, REAL stepX, REAL startY, REAL endY, REAL stepY, const char *gridname=NULL) |
bool | grid_get2 (REAL startX, REAL endX, REAL stepX, REAL startY, REAL endY, REAL stepY, const char *gridname=NULL) |
bool | grid_get_for_pnts (int Xnodes, int Ynodes, const char *points_name="*", const char *gridname=NULL) |
bool | grid_get_for_pnts_step (REAL stepX, REAL stepY, const char *points_name="*", const char *gridname=NULL) |
bool | grid_get_from_surf (const char *surface_name="*", const char *gridname=NULL) |
bool grid | ( | REAL | stepX = 0 , |
REAL | stepY = 0 , |
||
REAL | percent = 2 , |
||
const char * | gridname = NULL |
||
) |
bool grid2 | ( | REAL | stepX = 0 , |
REAL | stepY = 0 , |
||
REAL | percent = 2 , |
||
const char * | gridname = NULL |
||
) |
stepX | cell length in X direction |
stepY | cell length in Y direction |
percent | border length in percent |
gridname | name of grid |
bool grid_get | ( | REAL | startX, |
REAL | endX, | ||
REAL | stepX, | ||
REAL | startY, | ||
REAL | endY, | ||
REAL | stepY, | ||
const char * | gridname = NULL |
||
) |
startX | X-coordinate of the first node of the grid |
endX | X-coordinate of the last node of the grid |
stepX | distance between two neighbour X-nodes |
startY | Y-coordinate of the first node of the grid |
endY | Y-coordinate of the last node of the grid |
stepY | distance between two neighbour Y-nodes |
gridname | name for grid (optional) |
bool grid_get2 | ( | REAL | startX, |
REAL | endX, | ||
REAL | stepX, | ||
REAL | startY, | ||
REAL | endY, | ||
REAL | stepY, | ||
const char * | gridname = NULL |
||
) |
startX | X-coordinate of the first node of the grid |
endX | X-coordinate of the last node of the grid |
stepX | distance between two neighbour X-nodes |
startY | Y-coordinate of the first node of the grid |
endY | Y-coordinate of the last node of the grid |
stepY | distance between two neighbour Y-nodes |
gridname | name for grid (optional) |
bool grid_get_for_pnts | ( | int | Xnodes, |
int | Ynodes, | ||
const char * | points_name = "*" , |
||
const char * | gridname = NULL |
||
) |
bool grid_get_for_pnts_step | ( | REAL | stepX, |
REAL | stepY, | ||
const char * | points_name = "*" , |
||
const char * | gridname = NULL |
||
) |
surfit: gridding and contouring software.