Home
last modified time | relevance | path

Searched refs:GGOBI (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/ggobi/ggobi-2.1.11/src/
H A Dggobi-API.c65 DataMode GGOBI (getDataMode) (ggobid * gg) in GGOBI() function
219 GGOBI (displays_release) (gg); in GGOBI()
221 GGOBI (data_release) (d, gg); in GGOBI()
529 gint *GGOBI (getGlyphTypes) (int *n) in GGOBI() function
727 gboolean GGOBI (getShowLines) () in GGOBI() function
825 d = GGOBI (getDisplay) (which, gg); in GGOBI()
841 gint GGOBI (getNumGGobis) () in GGOBI() function
1026 names = GGOBI (getPModeNames) (&n); in GGOBI()
1070 names = GGOBI (getIModeNames) (&n); in GGOBI()
1213 GGOBI (update_data) (d, gg); in GGOBI()
[all …]
H A DGGStructSizes.c30 extern const GGobi_StructSize *GGOBI (getStructs) (int *n);
34 GGOBI (getStructs) (int *n) in GGOBI() function
36 GGOBI (getGGobiStructs) (int *n) in GGOBI()
56 local = GGOBI (getStructs) (&nlocal); in checkGGobiStructSizes()
57 internal = GGOBI (getGGobiStructs) (&ninternal); in checkGGobiStructSizes()
H A Dmain_ui.c42 GGOBI (PModeNames)[] =
49 GGOBI (IModeNames)[] =
56 GGOBI (PModeKeys)[] =
60 GGOBI (IModeKeys)[] =
1210 *n = sizeof (GGOBI (PModeNames)) / sizeof (GGOBI (PModeNames)[0]); in GGOBI()
1211 return (GGOBI (PModeNames)); in GGOBI()
1215 *n = sizeof (GGOBI (IModeNames)) / sizeof (GGOBI (IModeNames)[0]); in GGOBI()
1216 return (GGOBI (IModeNames)); in GGOBI()
1219 const gchar *const *GGOBI (getPModeKeys) (int *n) in GGOBI() function
1221 *n = sizeof (GGOBI (PModeKeys)) / sizeof (GGOBI (PModeKeys)[0]); in GGOBI()
[all …]
H A DggobiMain.c3 gint GGOBI (main) (gint argc, gchar * argv[], gboolean processEvents);
8 GGOBI (main) (argc, argv, true); in main()
H A Dbrush_api.c23 void GGOBI (moveBrush) (gint ulx, gint uly, ggobid * gg) in GGOBI() function
37 void GGOBI (sizeBrush) (gint width, gint height, splotd * sp, ggobid * gg) in GGOBI() function
H A Ddisplay_tree.c174 imode = GGOBI (getIModeScreenName) (display->cpanel.imode, display); in display_add_tree()
175 pmode = GGOBI (getPModeScreenName) (display->cpanel.pmode, display); in display_add_tree()
339 GGOBI (splot_set_current_full) (display, splot, gg); in display_tree_child_select()
H A Dggobi.c144 g_printerr ("%s\n", GGOBI (getVersionString ())); in parse_command_line()
247 GGOBI (removeNumberedKeyEventHandler) (gg); in DummyKeyTest()
359 GGOBI (registerNumberedKeyEventHandler) (DummyKeyTest, in ggobi_alloc()
384 GGOBI (registerNumberedKeyEventHandler) (DummyKeyTest, in ggobiInit()
405 gint GGOBI (main) (gint argc, gchar * argv[], gboolean processEvents) in GGOBI() function
559 GGOBI (close) (gg, true); in ggobi_close()
H A Dtour2d3_ui.c48 GtkWidget *pnl = mode_panel_get_by_name(GGOBI(getPModeName)(TOUR2D3), gg); in cpanel_tour2d3_set()
116 panel->name = g_strdup(GGOBI(getPModeName)(TOUR2D3)); in cpanel_tour2d3_make()
232 GtkWidget *pnl = mode_panel_get_by_name(GGOBI(getPModeName)(TOUR2D3), gg); in key_press_cb()
H A Dtourcorr_ui.c52 pnl = (GtkWidget *) mode_panel_get_by_name(GGOBI(getPModeName)(COTOUR), gg); in cpanel_tourcorr_set()
169 panel->name = g_strdup(GGOBI(getPModeName)(COTOUR)); in cpanel_ctour_make()
397 pnl = mode_panel_get_by_name(GGOBI(getPModeName)(COTOUR), gg); in key_press_cb()
H A Dxyplot_ui.c127 panel->name = g_strdup(GGOBI(getPModeName)(XYPLOT)); in cpanel_xyplot_make()
215 pnl = (GtkWidget *) mode_panel_get_by_name(GGOBI(getPModeName)(XYPLOT), gg); in cpanel_xyplot_set()
H A Didentify_ui.c48 pnl = mode_panel_get_by_name (GGOBI (getIModeName) (IDENT), gg); in identify_target_cb()
367 panel->name = g_strdup (GGOBI (getIModeName) (IDENT)); in cpanel_identify_make()
488 GtkWidget *pnl = mode_panel_get_by_name (GGOBI (getIModeName) (IDENT), gg); in cpanel_identify_set()
H A Dp1d_ui.c169 panel->name = g_strdup (GGOBI (getPModeName) (P1PLOT)); in cpanel_p1dplot_make()
306 pnl = mode_panel_get_by_name (GGOBI (getPModeName) (P1PLOT), gg); in cpanel_p1d_set()
H A Ddefines.h30 #define GGOBI(a) GGobi_##a macro
H A Dscale_ui.c32 mode_panel_get_by_name (GGOBI (getIModeName) (SCALE), gg); in scale_update_set()
397 panel->name = g_strdup (GGOBI (getIModeName) (SCALE)); in cpanel_scale_make()
499 mode_panel_get_by_name (GGOBI (getIModeName) (SCALE), gg); in cpanel_scale_set()
H A Dtour2d_ui.c60 GtkWidget *pnl = mode_panel_get_by_name(GGOBI(getPModeName)(TOUR2D), gg); in cpanel_tour2d_set()
164 panel->name = g_strdup(GGOBI(getPModeName)(TOUR2D)); in cpanel_tour2d_make()
619 GtkWidget *pnl = mode_panel_get_by_name(GGOBI(getPModeName)(TOUR2D), gg); in key_press_cb()
H A Dlineedit_ui.c277 mode_panel_get_by_name (GGOBI (getIModeName) (EDGEED), gg); in add_edges_or_points_cb()
503 panel->name = g_strdup (GGOBI (getIModeName) (EDGEED)); in cpanel_edgeedit_make()
567 mode_panel_get_by_name (GGOBI (getIModeName) (EDGEED), gg); in cpanel_edgeedit_set()
H A Dtour1d_ui.c63 GtkWidget *pnl = mode_panel_get_by_name(GGOBI(getPModeName)(TOUR1D), gg); in cpanel_tour1d_set()
169 panel->name = g_strdup(GGOBI(getPModeName)(TOUR1D)); in cpanel_tour1d_make()
669 GtkWidget *pnl = mode_panel_get_by_name(GGOBI(getPModeName)(TOUR1D), gg); in key_press_cb()
H A Dedges.c22 void GGOBI (edge_menus_update) (ggobid * gg);
184 GGOBI (edge_menus_update) (e->gg); in setDisplayEdge()
/dports/math/ggobi/ggobi-2.1.11/plugins/GraphLayout/
H A Dradial.c337 j = GGOBI(getVariableIndex)("x", d, gg); in do_radial()
341 j = GGOBI(getVariableIndex)("y", d, gg); in do_radial()
345 j = GGOBI(getVariableIndex)("depth", d, gg); in do_radial()
349 j = GGOBI(getVariableIndex)("in degree", d, gg); in do_radial()
353 j = GGOBI(getVariableIndex)("out degree", d, gg); in do_radial()
357 j = GGOBI(getVariableIndex)("nParents", d, gg); in do_radial()
361 j = GGOBI(getVariableIndex)("nChildren", d, gg); in do_radial()
365 j = GGOBI(getVariableIndex)("nSiblings", d, gg); in do_radial()
378 GGOBI(setData) (values, rownames, colnames, nvisible, nc, dnew, false, in do_radial()
395 opts = GGOBI(getDefaultDisplayOptions)(); in do_radial()
[all …]
H A Dgraphviz.c472 GGOBI(setData) (values, rownames, colnames, nvisible, nc, dnew, false, in dot_neato_layout_cb()
494 opts = GGOBI(getDefaultDisplayOptions)(); in dot_neato_layout_cb()
497 dspnew = GGOBI(newScatterplot) (0, 1, true, dnew, gg); in dot_neato_layout_cb()
/dports/math/ggobi/ggobi-2.1.11/plugins/ggvis/
H A Dshepard.c84 GGOBI(setData) (values, rownames, colnames, n, nc, dnew, in create_shepard_data_cb()
95 dspnew = GGOBI(newScatterplot) (0, 1, true, dnew, gg); in create_shepard_data_cb()
/dports/math/ggobi/ggobi-2.1.11/plugins/VarCloud/
H A Dcbacks.c178 GGOBI(setData) (values, rownames, colnames, n, nc, dnew, in launch_varcloud_cb()
214 dspnew = GGOBI(newScatterplot) (0, 1, true, dnew, gg); in launch_varcloud_cb()
/dports/math/ggobi/ggobi-2.1.11/m4/
H A Dggobi.m433 PKG_CHECK_MODULES(GGOBI, [ggobi])
/dports/math/ggobi/ggobi-2.1.11/plugins/DescribeDisplay/
H A Ddspdesc.c46 GGOBI(addToolAction)(&entry, (gpointer)inst, gg); in addToToolsMenu()
/dports/math/ggobi/ggobi-2.1.11/plugins/DataViewer/
H A Ddataviewer.c64 GGOBI(addToolAction)(&entry, (gpointer)inst, gg); in addToMenu()
170 GGOBI(full_viewmode_set)(NULL_PMODE, IDENT, gg); in select_row_cb()
350 raw = GGOBI(getRawData)(data, data->gg); in add_ggobi_data()

123