|
GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <stdlib.h>#include <fcntl.h>#include <time.h>#include <errno.h>#include <math.h>#include "../type.h"#include "../graph.h"#include "opt.h"
Go to the source code of this file.
Macros | |
| #define | MY_MAX_COMPONENTS 1024 |
Functions | |
| int | main (int argc, char **argv) |
| #define MY_MAX_COMPONENTS 1024 |
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 46 of file dglib/examples/components.c.
References dglDepthComponents(), dglFlatten(), dglGet_EdgeCount(), dglRead(), dglRelease(), dglStrerror(), dglWrite(), GNO_BEGIN, GNO_END, GNO_HELP, GNO_OPTION, GNO_PARSE, MY_MAX_COMPONENTS, and NULL.