#include "plplotP.h"
Go to the source code of this file.
Defines | |
#define | NGRAD 2 |
#define | NX 20 |
#define | NY 20 |
#define | NEDGE 101 |
Functions | |
static void | plgradient_soft (PLINT n, const PLFLT *x, const PLFLT *y, PLFLT angle) |
static PLINT | gradient_defined (PLFLT x, PLFLT y) |
void | c_plgradient (PLINT n, const PLFLT *x, const PLFLT *y, PLFLT angle) |
Variables | |
static int | foo |
#define NEDGE 101 |
#define NGRAD 2 |
#define NX 20 |
#define NY 20 |
Definition at line 54 of file plgradient.c.
Definition at line 265 of file plgradient.c.
Definition at line 182 of file plgradient.c.
int foo [static] |
Definition at line 29 of file plgradient.c.