Home
last modified time | relevance | path

Searched refs:MIN_NVARS_FOR_TOUR1D (Results 1 – 7 of 7) sorted by relevance

/dports/math/ggobi/ggobi-2.1.11/src/
H A Ddefines.h140 #define MIN_NVARS_FOR_TOUR1D 2 /* require: 2 in subset, 1 active */ macro
H A Dscatterplot.c377 if (d->ncols >= MIN_NVARS_FOR_TOUR1D) in createScatterplot()
H A Ddisplay.c638 if (nc >= MIN_NVARS_FOR_TOUR1D && display->t1d.idled) in display_free_all()
H A DscatterplotClass.c658 if (old_ncols < MIN_NVARS_FOR_TOUR1D && nc >= MIN_NVARS_FOR_TOUR1D) { in tour1dRealloc()
H A Dmain_ui.c603 if (d->ncols < MIN_NVARS_FOR_TOUR1D) in projection_ok()
H A Dtour1d.c380 if (dsp->t1d.nsubset > MIN_NVARS_FOR_TOUR1D) { in tour1d_subset_var_set()
H A Dbarchart.c180 if (d->ncols >= MIN_NVARS_FOR_TOUR1D) in createBarchart()