GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
__init_gnuplot__.cc File Reference
#include <string>
#include "dMatrix.h"
#include "file-stat.h"
#include "oct-env.h"
#include "build-env.h"
#include "builtin-defun-decls.h"
#include "defun-dld.h"
#include "error.h"
#include "graphics.h"
#include "ov.h"
#include "ovl.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__ (octave::interpreter &, const octave_value_list &, int)
 
C OCTAVE_EXPORT octave_functionG__have_gnuplot__ (const octave::dynamic_library &shl, bool relative)
 
C OCTAVE_EXPORT octave_functionG__init_gnuplot__ (const octave::dynamic_library &shl, bool relative)
 
static bool have_gnuplot_binary (void)
 

Variables

static bool toolkit_loaded = false
 

Function Documentation

◆ F__have_gnuplot__()

OCTAVE_EXPORT octave_value_list F__have_gnuplot__ ( const octave_value_list ,
int   
)

Definition at line 243 of file __init_gnuplot__.cc.

◆ F__init_gnuplot__()

OCTAVE_EXPORT octave_value_list F__init_gnuplot__ ( octave::interpreter interp,
const octave_value_list ,
int   
)

Definition at line 220 of file __init_gnuplot__.cc.

◆ G__have_gnuplot__()

C OCTAVE_EXPORT octave_function* G__have_gnuplot__ ( const octave::dynamic_library shl,
bool  relative 
)

Definition at line 243 of file __init_gnuplot__.cc.

References have_gnuplot_binary(), and ovl().

◆ G__init_gnuplot__()

C OCTAVE_EXPORT octave_function* G__init_gnuplot__ ( const octave::dynamic_library shl,
bool  relative 
)

◆ have_gnuplot_binary()

Variable Documentation

◆ toolkit_loaded

bool toolkit_loaded = false
static