GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions | Variables
__init_gnuplot__.cc File Reference
#include "builtins.h"
#include "defun-dld.h"
#include "error.h"
#include "file-stat.h"
#include "graphics.h"
#include "oct-conf.h"
#include "oct-env.h"
#include "parse.h"
#include "utils.h"
#include "variables.h"
Include dependency graph for __init_gnuplot__.cc:

Go to the source code of this file.

Classes

class  gnuplot_graphics_toolkit
 

Functions

OCTAVE_EXPORT octave_value_list F__have_gnuplot__ (const octave_value_list &, int)
 
OCTAVE_EXPORT octave_value_list F__init_gnuplot__ (const octave_value_list &, int)
 
C OCTAVE_EXPORT octave_functionG__have_gnuplot__ (const octave_shlib &shl, bool relative)
 
C OCTAVE_EXPORT octave_functionG__init_gnuplot__ (const octave_shlib &shl, bool relative)
 
static bool have_gnuplot_binary (void)
 

Variables

static bool toolkit_loaded = false
 

Function Documentation

OCTAVE_EXPORT octave_value_list F__have_gnuplot__ ( const octave_value_list ,
int   
)

Definition at line 224 of file __init_gnuplot__.cc.

OCTAVE_EXPORT octave_value_list F__init_gnuplot__ ( const octave_value_list ,
int   
)

Definition at line 201 of file __init_gnuplot__.cc.

C OCTAVE_EXPORT octave_function* G__have_gnuplot__ ( const octave_shlib shl,
bool  relative 
)

Definition at line 224 of file __init_gnuplot__.cc.

References have_gnuplot_binary().

C OCTAVE_EXPORT octave_function* G__init_gnuplot__ ( const octave_shlib shl,
bool  relative 
)
static bool have_gnuplot_binary ( void  )
static

Variable Documentation

bool toolkit_loaded = false
static

Definition at line 49 of file __init_gnuplot__.cc.

Referenced by gnuplot_graphics_toolkit::close(), and G__init_gnuplot__().