 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
9 _printf_(
" [flags]=PointCloudFindNeighbors(x,y,mindistance,multithread);\n");
12 _printf_(
" mindistance: minimum distance that should exist between points in the cloud.\n");
13 _printf_(
" multithread: run multithreaded or not. with multithreads, flags can get 1 and 2 values in duplicates.\n");
14 _printf_(
" flags: array of flags (flag==1 means point is within mindistance of another point)\n");
void WriteData(IssmPDouble **pmatrix, int *pnel, int *matrix, int M, int N)
#define _printf_(StreamArgs)
int CheckNumMatlabArguments(int nlhs, int NLHS, int nrhs, int NRHS, const char *THISFUNCTION, void(*function)(void))
int PointCloudFindNeighborsx(IssmSeqVec< IssmPDouble > **pflags, double *x, double *y, int nods, double mindistance, double multithread)
void FetchData(char **pstring, char *stringin)
WRAPPER(PointCloudFindNeighbors_python)
void PointCloudFindNeighborsUsage(void)