Classes | Functions | Variables

plsdef.c File Reference

#include "plplotP.h"

Go to the source code of this file.

Classes

struct  line
struct  pattern

Functions

static void spat (PLINT inc[], PLINT del[], PLINT nlin)
void c_plschr (PLFLT def, PLFLT scale)
void c_plsmin (PLFLT def, PLFLT scale)
void c_plsmaj (PLFLT def, PLFLT scale)
void c_plssym (PLFLT def, PLFLT scale)
void c_pllsty (PLINT lin)
void c_plpat (PLINT nlin, const PLINT *inc, const PLINT *del)
void c_plpsty (PLINT patt)

Variables

static struct line line []
static struct pattern pattern []

Function Documentation

void c_pllsty ( PLINT  lin  ) 

Definition at line 263 of file plsdef.c.

void c_plpat ( PLINT  nlin,
const PLINT inc,
const PLINT del 
)

Definition at line 288 of file plsdef.c.

void c_plpsty ( PLINT  patt  ) 

Definition at line 321 of file plsdef.c.

void c_plschr ( PLFLT  def,
PLFLT  scale 
)

Definition at line 203 of file plsdef.c.

void c_plsmaj ( PLFLT  def,
PLFLT  scale 
)

Definition at line 233 of file plsdef.c.

void c_plsmin ( PLFLT  def,
PLFLT  scale 
)

Definition at line 218 of file plsdef.c.

void c_plssym ( PLFLT  def,
PLFLT  scale 
)

Definition at line 248 of file plsdef.c.

static void spat ( PLINT  inc[],
PLINT  del[],
PLINT  nlin 
) [static]

Definition at line 356 of file plsdef.c.


Variable Documentation

struct line line[] [static]
struct pattern pattern[] [static]