GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
__voronoi__.cc File Reference
#include <cstdio>
#include <limits>
#include <string>
#include "Array.h"
#include "boolMatrix.h"
#include "dMatrix.h"
#include "dRowVector.h"
#include "oct-locbuf.h"
#include "unwind-prot.h"
#include "Cell.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "ov.h"
#include "ovl.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 &, int)
 
static void free_qhull_memory ()
 
C OCTAVE_EXPORT octave_functionG__voronoi__ (const octave::dynamic_library &shl, bool relative)
 
static bool octave_qhull_dims_ok (octave_idx_type dim, octave_idx_type n, const char *who)
 

Function Documentation

◆ close_fcn()

static void close_fcn ( FILE *  f)
static

Definition at line 65 of file __voronoi__.cc.

References f, and fclose.

Referenced by G__voronoi__().

◆ F__voronoi__()

OCTAVE_EXPORT octave_value_list F__voronoi__ ( const octave_value_list ,
int   
)

◆ free_qhull_memory()

static void free_qhull_memory ( )
static

Definition at line 71 of file __voronoi__.cc.

References warning().

Referenced by G__voronoi__().

◆ G__voronoi__()

◆ octave_qhull_dims_ok()

static bool octave_qhull_dims_ok ( octave_idx_type  dim,
octave_idx_type  n,
const char *  who 
)
static

Definition at line 84 of file __voronoi__.cc.

References error(), and max().

Referenced by G__voronoi__().