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
PlotTest2.C File Reference
#include "gtkInterface.H"
#include "Plot.H"
#include <time.h>
#include <math.h>
Include dependency graph for PlotTest2.C:

Go to the source code of this file.

Macros

#define cnt   101
 
#define TYPE   float
 

Functions

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

Variables

float x [cnt]
 
float y [cnt]
 

Macro Definition Documentation

#define cnt   101

Definition at line 31 of file PlotTest2.C.

#define TYPE   float

Definition at line 37 of file PlotTest2.C.

Function Documentation

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

Definition at line 55 of file PlotTest2.C.

Here is the call graph for this function:

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

Definition at line 26 of file PlotTest2.C.

gboolean sinusoid ( gpointer  user_data)

Definition at line 40 of file PlotTest2.C.

Here is the call graph for this function:

Variable Documentation

float x[cnt]

Definition at line 32 of file PlotTest2.C.

float y[cnt]

Definition at line 32 of file PlotTest2.C.