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
Functions
__voronoi__.cc File Reference
#include <cstdio>
#include <list>
#include "oct-locbuf.h"
#include "lo-ieee.h"
#include "Cell.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"
#include "unwind-prot.h"
#include "oct-qhull.h"
Include dependency graph for __voronoi__.cc:

Go to the source code of this file.

Functions

static void close_fcn (FILE *f)
 
OCTAVE_EXPORT octave_value_list F__voronoi__ (const octave_value_list &args, int)
 
C OCTAVE_EXPORT octave_functionG__voronoi__ (const octave_shlib &shl, bool relative)
 
static bool octave_qhull_dims_ok (octave_idx_type dim, octave_idx_type n, const char *who)
 

Function Documentation

static void close_fcn ( FILE *  f)
static

Definition at line 58 of file __voronoi__.cc.

Referenced by G__voronoi__().

OCTAVE_EXPORT octave_value_list F__voronoi__ ( const octave_value_list args,
int   
)

Definition at line 86 of file __voronoi__.cc.

C OCTAVE_EXPORT octave_function* G__voronoi__ ( const octave_shlib shl,
bool  relative 
)
static bool octave_qhull_dims_ok ( octave_idx_type  dim,
octave_idx_type  n,
const char who 
)
static

Definition at line 64 of file __voronoi__.cc.

References error(), and max().

Referenced by G__voronoi__().