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 55 of file __contourc__.cc.
|
static |
Definition at line 60 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 >::cols(), octave::math::isnan(), r, Array< T >::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(), 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 307 of file __contourc__.cc.
References cntr(), contourc, end_contour(), Array< T >::numel(), octave_value(), print_usage(), Matrix::resize(), and Z.
|
static |
Definition at line 217 of file __contourc__.cc.
References Array< T >::cols(), f, r, Array< T >::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 51 of file __contourc__.cc.
Referenced by end_contour(), and F__contourc__().
|
static |
Definition at line 52 of file __contourc__.cc.
Referenced by Cell::Cell(), octave::text_element_subscript::text_element_subscript(), octave::text_element_superscript::text_element_superscript(), octave::text_element_subscript::~text_element_subscript(), octave::text_element_superscript::~text_element_superscript(), intNDArray< T >::abs(), add_point(), intNDArray< T >::any_element_not_one_or_zero(), Sparse< T >::checkelem(), Array< T >::checkelem(), octave_map::checkelem(), DiagArray2< T >::checkelem(), Array< T >::diag(), Sparse< T >::diag(), Array< T >::elem(), Range::elem(), end_contour(), Faudiowrite(), Ftsearch(), octave::text_element_subscript::get_element(), octave::text_element_superscript::get_element(), Sparse< T >::index(), Array< T >::is_sorted_rows(), Array< T >::issorted(), Array< T >::lookup(), string_vector::max_length(), MDiagArray2< T >::nnz(), dim_vector::numel(), intNDArray< T >::operator!(), dim_vector::operator()(), string_vector::operator()(), Range::operator()(), octave_value_list::operator()(), Array< T >::operator()(), Sparse< T >::operator()(), octave_map::operator()(), DiagArray2< T >::operator()(), string_vector::operator[](), octave::textscan::read_format_once(), and intNDArray< T >::signum().
|
static |
Definition at line 50 of file __contourc__.cc.
Referenced by add_point(), end_contour(), and start_contour().