#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"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | F__voronoi__ (const octave_value_list &, int) |
static void | free_qhull_memory (qhT *qh) |
C OCTAVE_EXPORT octave_function * | G__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) |
OCTAVE_EXPORT octave_value_list F__voronoi__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 105 of file __voronoi__.cc.
References C, octave_value::cellstr_value(), Array< T, Alloc >::columns(), d, err_disabled_feature(), error(), Array< T, Alloc >::fortran_vec(), free_qhull_memory(), Inf, octave_value::is_string(), octave_value::iscellstr(), octave_value::isempty(), m, Array< T, Alloc >::numel(), OCTAVE_LOCAL_BUFFER, octave_qhull_dims_ok(), ovl(), print_usage(), Array< T, Alloc >::rows(), octave_value::string_value(), and Matrix::transpose().
|
static |
C OCTAVE_EXPORT octave_function* G__voronoi__ | ( | const octave::dynamic_library & | shl, |
bool | relative | ||
) |
Definition at line 105 of file __voronoi__.cc.
|
static |
Definition at line 84 of file __voronoi__.cc.
References error(), max(), and n.
Referenced by F__voronoi__().