/////////////////////////////////////////////////////// // Name: visualization.h // // Author: Joseph Carnahan // // Project: SimEx Visualization Module // // Date: 23 February 2004 // // Notes: // // Header file for including the entire visModule // // API (GtkSystem, GlSystem, Graph, GraphObject, // // Axis, Grid, Color, and ../DataAPI/Double_Table) // /////////////////////////////////////////////////////// #include "GtkSystem.h" #include "GlSystem.h" #include "Graph.h" #include "GraphObject.h" #include "Axis.h" #include "Grid.h" #include "Color.h" #include "../DataAPI/Double_Table.h"