PGPLOT interface calls. More...
#include <PGPLOT.h>
Public Member Functions | |
| void | wpgbegin (int *, const char *, int *, int *, int *) |
| PGPLOT routines. | |
| void | wpgask (int *) |
| void | wpghist (int *, float *, float *, float *, int *, int *) |
| void | wpglabel (const char *, const char *, const char *, int *, int *, int *) |
| void | wpgiden () |
| void | wpgenv (float *, float *, float *, float *, int *, int *) |
| void | wpgline (int *, float *, float *) |
| void | wpgpoint (int *, float *, float *, int *) |
| void | wpgcont (float *, int *, int *, int *, int *, int *, int *, float *, int *, float *) |
| void | wpggray (float *, int *, int *, int *, int *, int *, int *, float *, float *, float *) |
| void | wpgerrx (int *, float *, float *, float *, float *) |
| void | wpgerry (int *, float *, float *, float *, float *) |
| void | wpgend () |
| void | MAIN_ () |
| called by fortran initialization, may not be needed on all machines, in fact, this might cause problems on some machines. | |
PGPLOT interface calls.
Definition at line 62 of file PGPLOT.h.
| void casa::PGPLOT_global_functions_interface::MAIN_ | ( | ) |
called by fortran initialization, may not be needed on all machines, in fact, this might cause problems on some machines.
| void casa::PGPLOT_global_functions_interface::wpgask | ( | int * | ) |
| void casa::PGPLOT_global_functions_interface::wpgbegin | ( | int * | , | |
| const char * | , | |||
| int * | , | |||
| int * | , | |||
| int * | ||||
| ) |
PGPLOT routines.
| void casa::PGPLOT_global_functions_interface::wpgcont | ( | float * | , | |
| int * | , | |||
| int * | , | |||
| int * | , | |||
| int * | , | |||
| int * | , | |||
| int * | , | |||
| float * | , | |||
| int * | , | |||
| float * | ||||
| ) |
| void casa::PGPLOT_global_functions_interface::wpgend | ( | ) |
| void casa::PGPLOT_global_functions_interface::wpgenv | ( | float * | , | |
| float * | , | |||
| float * | , | |||
| float * | , | |||
| int * | , | |||
| int * | ||||
| ) |
| void casa::PGPLOT_global_functions_interface::wpgerrx | ( | int * | , | |
| float * | , | |||
| float * | , | |||
| float * | , | |||
| float * | ||||
| ) |
| void casa::PGPLOT_global_functions_interface::wpgerry | ( | int * | , | |
| float * | , | |||
| float * | , | |||
| float * | , | |||
| float * | ||||
| ) |
| void casa::PGPLOT_global_functions_interface::wpggray | ( | float * | , | |
| int * | , | |||
| int * | , | |||
| int * | , | |||
| int * | , | |||
| int * | , | |||
| int * | , | |||
| float * | , | |||
| float * | , | |||
| float * | ||||
| ) |
| void casa::PGPLOT_global_functions_interface::wpghist | ( | int * | , | |
| float * | , | |||
| float * | , | |||
| float * | , | |||
| int * | , | |||
| int * | ||||
| ) |
| void casa::PGPLOT_global_functions_interface::wpgiden | ( | ) |
| void casa::PGPLOT_global_functions_interface::wpglabel | ( | const char * | , | |
| const char * | , | |||
| const char * | , | |||
| int * | , | |||
| int * | , | |||
| int * | ||||
| ) |
| void casa::PGPLOT_global_functions_interface::wpgline | ( | int * | , | |
| float * | , | |||
| float * | ||||
| ) |
| void casa::PGPLOT_global_functions_interface::wpgpoint | ( | int * | , | |
| float * | , | |||
| float * | , | |||
| int * | ||||
| ) |
1.6.1