PLplot  5.15.0
plgradient.c File Reference
#include "plplotP.h"

Go to the source code of this file.

Macros

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

Functions

static void plgradient_soft (PLINT n, PLFLT_VECTOR x, PLFLT_VECTOR y, PLFLT angle)
 
static PLINT gradient_defined (PLFLT x, PLFLT y)
 
void c_plgradient (PLINT n, PLFLT_VECTOR x, PLFLT_VECTOR y, PLFLT angle)
 

Variables

static int foo
 

Macro Definition Documentation

◆ NEDGE

#define NEDGE   101

◆ NGRAD

#define NGRAD   2

◆ NX

#define NX   20

◆ NY

#define NY   20

Function Documentation

◆ c_plgradient()

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

Definition at line 52 of file plgradient.c.

◆ gradient_defined()

static PLINT gradient_defined ( PLFLT  x,
PLFLT  y 
)
static

Definition at line 261 of file plgradient.c.

◆ plgradient_soft()

void plgradient_soft ( PLINT  n,
PLFLT_VECTOR  x,
PLFLT_VECTOR  y,
PLFLT  angle 
)
static

Definition at line 178 of file plgradient.c.

Variable Documentation

◆ foo

int foo
static

Definition at line 27 of file plgradient.c.