PLplot
5.10.0
|
#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 52 of file plgradient.c.
static PLINT gradient_defined | ( | PLFLT | x, |
PLFLT | y | ||
) | [static] |
Definition at line 261 of file plgradient.c.
Definition at line 178 of file plgradient.c.
int foo [static] |
Definition at line 27 of file plgradient.c.