PLplot  5.11.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
sc3d.c File Reference
#include "plstubs.h"

Go to the source code of this file.

Functions

void PLOT3DC__ (PLFLT *x, PLFLT *y, PLFLT *z, PLINT *nx, PLINT *ny, PLINT *opt, PLFLT *clevel, PLINT *nlevel, PLINT *lx)
void PLOT3DC (PLFLT *x, PLFLT *y, PLFLT *z, PLINT *nx, PLINT *ny, PLINT *opt, PLFLT *clevel, PLINT *nlevel, PLINT *lx)
void PLSURF3D (PLFLT *x, PLFLT *y, PLFLT *z, PLINT *nx, PLINT *ny, PLINT *opt, PLFLT *clevel, PLINT *nlevel, PLINT *lx)
void PLSURF3DL (PLFLT *x, PLFLT *y, PLFLT *z, PLINT *nx, PLINT *ny, PLINT *opt, PLFLT *clevel, PLINT *nlevel, PLINT *lx, PLINT *indexxmin, PLINT *indexxmax, PLINT *indexymin, PLINT *indexymax)
void PLMESH (PLFLT *x, PLFLT *y, PLFLT *z, PLINT *nx, PLINT *ny, PLINT *opt, PLINT *lx)
void PLMESHC (PLFLT *x, PLFLT *y, PLFLT *z, PLINT *nx, PLINT *ny, PLINT *opt, PLFLT *clevel, PLINT *nlevel, PLINT *lx)
void PLOT3D (PLFLT *x, PLFLT *y, PLFLT *z, PLINT *nx, PLINT *ny, PLINT *opt, PLBOOL *side, PLINT *lx)

Function Documentation

void PLMESH ( PLFLT x,
PLFLT y,
PLFLT z,
PLINT nx,
PLINT ny,
PLINT opt,
PLINT lx 
)

Definition at line 172 of file sc3d.c.

void PLMESHC ( PLFLT x,
PLFLT y,
PLFLT z,
PLINT nx,
PLINT ny,
PLINT opt,
PLFLT clevel,
PLINT nlevel,
PLINT lx 
)

Definition at line 183 of file sc3d.c.

void PLOT3D ( PLFLT x,
PLFLT y,
PLFLT z,
PLINT nx,
PLINT ny,
PLINT opt,
PLBOOL side,
PLINT lx 
)

Definition at line 194 of file sc3d.c.

void PLOT3DC ( PLFLT x,
PLFLT y,
PLFLT z,
PLINT nx,
PLINT ny,
PLINT opt,
PLFLT clevel,
PLINT nlevel,
PLINT lx 
)

Definition at line 72 of file sc3d.c.

void PLOT3DC__ ( PLFLT x,
PLFLT y,
PLFLT z,
PLINT nx,
PLINT ny,
PLINT opt,
PLFLT clevel,
PLINT nlevel,
PLINT lx 
)

Definition at line 48 of file sc3d.c.

void PLSURF3D ( PLFLT x,
PLFLT y,
PLFLT z,
PLINT nx,
PLINT ny,
PLINT opt,
PLFLT clevel,
PLINT nlevel,
PLINT lx 
)

Definition at line 80 of file sc3d.c.

void PLSURF3DL ( PLFLT x,
PLFLT y,
PLFLT z,
PLINT nx,
PLINT ny,
PLINT opt,
PLFLT clevel,
PLINT nlevel,
PLINT lx,
PLINT indexxmin,
PLINT indexxmax,
PLINT indexymin,
PLINT indexymax 
)

Definition at line 125 of file sc3d.c.