UFJF - Machine Learning Toolkit  0.51.8
GnuplotException Class Reference

A C++ interface to gnuplot. More...

#include <gnuplot_i.hpp>

Inheritance diagram for GnuplotException:
Collaboration diagram for GnuplotException:

Public Member Functions

 GnuplotException (const std::string &msg)
 

Detailed Description

A C++ interface to gnuplot.

The interface uses pipes and so won't run on a system that doesn't have POSIX pipe support Tested on Windows (MinGW and Visual C++) and Linux (GCC)

Version history: 0. C interface by N. Devillard (27/01/03)

  1. C++ interface: direct translation from the C interface by Rajarshi Guha (07/03/03)
  2. corrections for Win32 compatibility by V. Chyzhdzenka (20/05/03)
  3. some member functions added, corrections for Win32 and Linux compatibility by M. Burgis (10/03/08)
  4. Move function definition into gnuplot_i.cpp by X. BROQUERE (25/10/11)

Requirements:


The documentation for this class was generated from the following file: