PLplot  5.9.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
plmap.c File Reference
#include "plplotP.h"

Go to the source code of this file.

Macros

#define NEED_PLDEBUG   1
 
#define MAP_FILE   ".map"
 
#define OpenMap   plLibOpenPdfstrm
 
#define CloseMap   pdf_close
 
#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)
 

Macro Definition Documentation

#define CloseMap   pdf_close

Definition at line 104 of file plmap.c.

#define MAP_FILE   ".map"

Definition at line 102 of file plmap.c.

#define NEED_PLDEBUG   1

Definition at line 42 of file plmap.c.

#define NSEG   100

Definition at line 386 of file plmap.c.

#define OFFSET   ( 180 * 100 )

Definition at line 105 of file plmap.c.

#define OpenMap   plLibOpenPdfstrm

Definition at line 103 of file plmap.c.

#define SCALE   100.0

Definition at line 106 of file plmap.c.

#define W_BUFSIZ   ( 32 * 1024 )

Definition at line 107 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 111 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 389 of file plmap.c.