Defines | Functions

plmap.c File Reference

#include "plplotP.h"

Go to the source code of this file.

Defines

#define MAP_FILE   ".map"
#define OFFSET   ( 180 * 100 )
#define SCALE   100.0
#define W_BUFSIZ   ( 32 * 1024 )
#define NSEG   100

Functions

void plmap (void(*mapform)(PLINT, PLFLT *, PLFLT *), const char *type, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat)
void plmeridians (void(*mapform)(PLINT, PLFLT *, PLFLT *), PLFLT dlong, PLFLT dlat, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat)

Define Documentation

#define MAP_FILE   ".map"

Definition at line 83 of file plmap.c.

#define NSEG   100

Definition at line 270 of file plmap.c.

#define OFFSET   ( 180 * 100 )

Definition at line 84 of file plmap.c.

#define SCALE   100.0

Definition at line 85 of file plmap.c.

#define W_BUFSIZ   ( 32 * 1024 )

Definition at line 86 of file plmap.c.


Function Documentation

void plmap ( void(*)(PLINT, PLFLT *, PLFLT *)  mapform,
const char *  type,
PLFLT  minlong,
PLFLT  maxlong,
PLFLT  minlat,
PLFLT  maxlat 
)

Definition at line 89 of file plmap.c.

void plmeridians ( void(*)(PLINT, PLFLT *, PLFLT *)  mapform,
PLFLT  dlong,
PLFLT  dlat,
PLFLT  minlong,
PLFLT  maxlong,
PLFLT  minlat,
PLFLT  maxlat 
)

Definition at line 273 of file plmap.c.