GNU Octave  3.8.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
__delaunayn__.cc File Reference
#include <iostream>
#include <string>
#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 __delaunayn__.cc:

Go to the source code of this file.

Functions

static void close_fcn (FILE *f)
 DEFUN_DLD (__delaunayn__, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{T} =} __delaunayn__ (@var{pts})\n\ @deftypefnx {Loadable Function} {@var{T} =} __delaunayn__ (@var{pts}, @var{options})\n\ Undocumented internal function.\n\ @end deftypefn")
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 62 of file __delaunayn__.cc.

Referenced by DEFUN_DLD().

DEFUN_DLD ( __delaunayn__  ,
args   
)
static bool octave_qhull_dims_ok ( octave_idx_type  dim,
octave_idx_type  n,
const char who 
)
static

Definition at line 68 of file __delaunayn__.cc.

References error(), and max().

Referenced by DEFUN_DLD().