Plplot auxiliary drawing class declaration. More...
#include <plplot.h>
#include <iostream>
#include <string>
#include <stdlib.h>
#include <math.h>
#include "types_declaration.h"
Go to the source code of this file.
Classes | |
class | plSpace |
class | singlePlot |
Macros | |
#define | DEPRECATED(func) func |
Typedefs | |
typedef boost::shared_ptr < singlePlot > | singlePlotPtr |
Enumerations | |
enum | plcolors { PL_BLACK =14, PL_CYAN =11, PL_WHITE =15, PL_YELLOW =2, PL_RED =1, PL_BLUE =9 } |
enum | plshape { PL_SQUARE =1, PL_NOTRELEVANT =0 } |
Plplot auxiliary drawing class declaration.
Definition in file plplot_graph.h.
#define DEPRECATED | ( | func | ) | func |
Definition at line 41 of file plplot_graph.h.
typedef boost::shared_ptr<singlePlot> singlePlotPtr |
Definition at line 104 of file plplot_graph.h.
enum plcolors |
Enumerator | |
---|---|
PL_BLACK | |
PL_CYAN | |
PL_WHITE | |
PL_YELLOW | |
PL_RED | |
PL_BLUE |
Definition at line 55 of file plplot_graph.h.
enum plshape |
Enumerator | |
---|---|
PL_SQUARE | |
PL_NOTRELEVANT |
Definition at line 56 of file plplot_graph.h.