Defines | Functions | Variables

plgradient.c File Reference

#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 Documentation

#define NEDGE   101
#define NGRAD   2
#define NX   20
#define NY   20

Function Documentation

void c_plgradient ( PLINT  n,
const PLFLT x,
const PLFLT y,
PLFLT  angle 
)

Definition at line 54 of file plgradient.c.

static PLINT gradient_defined ( PLFLT  x,
PLFLT  y 
) [static]

Definition at line 265 of file plgradient.c.

void plgradient_soft ( PLINT  n,
const PLFLT x,
const PLFLT y,
PLFLT  angle 
) [static]

Definition at line 182 of file plgradient.c.


Variable Documentation

int foo [static]

Definition at line 29 of file plgradient.c.