GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
PlotTest.C File Reference
#include "gtkInterface.H"
#include "Plot.H"
Include dependency graph for PlotTest.C:

Go to the source code of this file.

Macros

#define cnt   4
 
#define TYPE   float
 

Functions

static void quit (void *wid, gpointer data)
 
int main (int argc, char *argv[])
 

Variables

float x [cnt] ={0.0, 1., 2., 3.}
 
float y1 [cnt] ={0.0, 1., 2., 3.}
 
float y2 [cnt] ={1.0, 2., 3., 4.}
 

Macro Definition Documentation

#define cnt   4

Definition at line 31 of file PlotTest.C.

#define TYPE   float

Definition at line 36 of file PlotTest.C.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 38 of file PlotTest.C.

Here is the call graph for this function:

static void quit ( void *  wid,
gpointer  data 
)
static

Definition at line 26 of file PlotTest.C.

Variable Documentation

float x[cnt] ={0.0, 1., 2., 3.}

Definition at line 32 of file PlotTest.C.

float y1[cnt] ={0.0, 1., 2., 3.}

Definition at line 33 of file PlotTest.C.

float y2[cnt] ={1.0, 2., 3., 4.}

Definition at line 34 of file PlotTest.C.