GnuplotGraph Class Reference

Outputs a GNUPLOT graph. More...

#include <graph.h>

Inherits Graph.

List of all members.

Public Types

enum  Type { Line, Column }

Public Member Functions

 GnuplotGraph (Type type=Line, const char *title=NULL, const char *x_axis_name=NULL, const char *y_axis_name=NULL)
virtual void save (const char *filename=NULL)
void set_type (Type type)

Protected Member Functions

void save_line_graph (FILE *f)
void save_column_graph (FILE *f)

Protected Attributes

Type type

Detailed Description

Outputs a GNUPLOT graph.


Member Enumeration Documentation

Enumerator:
Line 
Column 

Constructor & Destructor Documentation

GnuplotGraph::GnuplotGraph ( Type  type = Line,
const char *  title = NULL,
const char *  x_axis_name = NULL,
const char *  y_axis_name = NULL 
) [inline]

Member Function Documentation

void GnuplotGraph::save ( const char *  filename = NULL  )  [virtual]

Implements Graph.

void GnuplotGraph::save_column_graph ( FILE *  f  )  [protected]
void GnuplotGraph::save_line_graph ( FILE *  f  )  [protected]
void GnuplotGraph::set_type ( Type  type  )  [inline]

Member Data Documentation

Type GnuplotGraph::type [protected]

The documentation for this class was generated from the following files:
Generated on Fri Sep 3 09:22:20 2010 for Hermes3D Library: Real Version by  doxygen 1.6.3