Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | List of all members
GnuplotException Class Reference

#include <bayeux/geomtools/gnuplot_i.h>

Inheritance diagram for GnuplotException:

Public Member Functions

 GnuplotException (const std::string &msg)
 

Detailed Description

A C++ interface to gnuplot. ( http://code.google.com/p/gnuplot-cpp )

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)

Requirements:

Constructor & Destructor Documentation

◆ GnuplotException()

GnuplotException::GnuplotException ( const std::string &  msg)

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