| filename |
Open input file handle , returned by MfOpenFile() |
| inode |
Input object Inode |
| ginode |
Input object georeference inode, pass 0 if none |
| UsePoints |
Pass TRUE to use points in the process |
| UseLines |
Pass FALSE to use lines in the process |
| SelectQueryPoints |
Standard TNTmips query to select points, NULL for selecting all |
| SelectQueryLines |
Standard TNTmips query to select lines, NULL for selecting all |
| ValueQueryPoints |
Standard TNTmips query for computing z-value of points, NULL for using .z field and data is 3D |
| ValueQueryLines |
Standard TNTmips query for computing z-value of the lines, NULL for using .z field of the lines |
| SurfaceFitMethod |
Surface fitting method: METHOD_SURFFIT_InvDist, METHOD_SURFFIT_MinCurve and etc |
| Params |
Surface fitting parameters passed, use MfitSurfaceSetDefaultParams() to set the defaults |
| ofilename |
Pass output file name |
| OutputInfo |
Passed/returned raster information header for the output raster. Fill in .name,.desc.,.numlins,.numcols fields |