Go to the source code of this file.
Macros | |
#define | CONTOUR_QUANT 50 |
Functions | |
static void | add_point (double x, double y) |
static void | cntr (const RowVector &X, const RowVector &Y, const Matrix &Z, double lvl) |
static void | drawcn (const RowVector &X, const RowVector &Y, const Matrix &Z, double lvl, int r, int c, double ct_x, double ct_y, unsigned int start_edge, bool first, charMatrix &mark) |
static void | end_contour (void) |
OCTAVE_EXPORT octave_value_list | F__contourc__ (const octave_value_list &args, int) |
static void | mark_facets (const Matrix &Z, charMatrix &mark, double lvl) |
static void | start_contour (double lvl, double x, double y) |
Variables | |
static Matrix | contourc |
static int | elem |
static Matrix | this_contour |
#define CONTOUR_QUANT 50 |
Definition at line 57 of file __contourc__.cc.
|
static |
Definition at line 61 of file __contourc__.cc.
References Matrix::append(), CONTOUR_QUANT, elem, this_contour, and x.
Referenced by drawcn(), and start_contour().
Definition at line 264 of file __contourc__.cc.
References drawcn(), mark_facets(), r, and Z.
Referenced by F__contourc__().
|
static |
Definition at line 98 of file __contourc__.cc.
References add_point(), Array< T, Alloc >::cols(), isnan(), r, Array< T, Alloc >::rows(), start_contour(), and Z.
Referenced by cntr().
|
static |
Definition at line 74 of file __contourc__.cc.
References Matrix::append(), contourc, elem, Matrix::extract_n(), Matrix, and this_contour.
Referenced by F__contourc__(), and start_contour().
OCTAVE_EXPORT octave_value_list F__contourc__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 308 of file __contourc__.cc.
References cntr(), contourc, end_contour(), Array< T, Alloc >::numel(), octave_value(), Matrix::resize(), and Z.
|
static |
Definition at line 217 of file __contourc__.cc.
References Array< T, Alloc >::cols(), f, r, Array< T, Alloc >::rows(), and Z.
Referenced by cntr().
|
static |
Definition at line 89 of file __contourc__.cc.
References add_point(), end_contour(), Matrix::resize(), this_contour, and x.
Referenced by drawcn().
|
static |
Definition at line 53 of file __contourc__.cc.
Referenced by end_contour(), and F__contourc__().
|
static |
Definition at line 54 of file __contourc__.cc.
Referenced by Cell::Cell(), intNDArray< T >::abs(), add_point(), intNDArray< T >::any_element_not_one_or_zero(), Sparse< T, Alloc >::checkelem(), Array< T, Alloc >::checkelem(), octave_map::checkelem(), DiagArray2< T >::checkelem(), Array< T, Alloc >::diag(), Sparse< T, Alloc >::diag(), Array< T, Alloc >::elem(), range< T, typename std::enable_if< std::is_floating_point< T >::value >::type >::elem(), Range::elem(), end_contour(), Faudiowrite(), Ftsearch(), Sparse< T, Alloc >::index(), Array< T, Alloc >::is_sorted_rows(), Array< T, Alloc >::issorted(), Array< T, Alloc >::lookup(), string_vector::max_length(), Array< octave_value * >::nil_rep(), MDiagArray2< T >::nnz(), dim_vector::numel(), intNDArray< T >::operator!(), dim_vector::operator()(), string_vector::operator()(), range< T, typename std::enable_if< std::is_floating_point< T >::value >::type >::operator()(), Range::operator()(), PermMatrix::operator()(), octave_value_list::operator()(), Array< T, Alloc >::operator()(), Sparse< T, Alloc >::operator()(), octave_map::operator()(), DiagArray2< T >::operator()(), string_vector::operator[](), textscan::read_format_once(), and intNDArray< T >::signum().
|
static |
Definition at line 52 of file __contourc__.cc.
Referenced by add_point(), end_contour(), and start_contour().