Home
last modified time | relevance | path

Searched refs:MIN_NVARS_FOR_TOUR2D (Results 1 – 6 of 6) sorted by relevance

/dports/math/ggobi/ggobi-2.1.11/src/
H A Ddefines.h139 #define MIN_NVARS_FOR_TOUR2D 3 /* require: 3 in subset, 2 active */ macro
H A DscatterplotClass.c599 if (nc >= MIN_NVARS_FOR_TOUR2D) { in tour2dRealloc()
600 if (old_ncols < MIN_NVARS_FOR_TOUR2D) in tour2dRealloc()
996 if (dpy->d->ncols >= MIN_NVARS_FOR_TOUR2D) in cpanelSet()
H A Dscatterplot.c385 if (d->ncols >= MIN_NVARS_FOR_TOUR2D) in createScatterplot()
H A Ddisplay.c640 if (nc >= MIN_NVARS_FOR_TOUR2D && display->t2d.idled) in display_free_all()
H A Dtour2d.c178 if (nc < MIN_NVARS_FOR_TOUR2D) in display_tour2d_init()
349 if (dsp->t2d.nsubset > MIN_NVARS_FOR_TOUR2D) { in tour2d_subset_var_set()
H A Dmain_ui.c607 if (d->ncols < MIN_NVARS_FOR_TOUR2D) in projection_ok()