#include <cstdio>
#include <limits>
#include <string>
#include "Array.h"
#include "dMatrix.h"
#include "dRowVector.h"
#include "oct-locbuf.h"
#include "unwind-prot.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "oct-qhull.h"
Go to the source code of this file.
Functions | |
static void | close_fcn (FILE *f) |
OCTAVE_EXPORT octave_value_list | F__delaunayn__ (const octave_value_list &, int) |
static void | free_qhull_memory () |
C OCTAVE_EXPORT octave_function * | G__delaunayn__ (const octave::dynamic_library &shl, bool relative) |
static bool | octave_qhull_dims_ok (octave_idx_type dim, octave_idx_type n, const char *who) |
|
static |
OCTAVE_EXPORT octave_value_list F__delaunayn__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 112 of file __delaunayn__.cc.
References octave::action_container::add_fcn(), close_fcn(), Array< T >::columns(), err_disabled_feature(), error(), octave::sys::fopen(), Array< T >::fortran_vec(), free_qhull_memory(), n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, octave_qhull_dims_ok(), print_usage(), retval, Array< T >::rows(), and Matrix::transpose().
|
static |
Definition at line 79 of file __delaunayn__.cc.
References warning().
Referenced by F__delaunayn__().
C OCTAVE_EXPORT octave_function* G__delaunayn__ | ( | const octave::dynamic_library & | shl, |
bool | relative | ||
) |
Definition at line 112 of file __delaunayn__.cc.
|
static |
Definition at line 92 of file __delaunayn__.cc.
References error(), max(), and n.
Referenced by F__delaunayn__().