#include <string.h>
#include "tcl.h"
#include "TclCommands.h"
#include "VMDApp.h"
Go to the source code of this file.
Functions | |
int | tcl_colorinfo_categories (Tcl_Interp *interp, VMDApp *app, int argc, const char *[]) |
int | tcl_colorinfo_category (Tcl_Interp *interp, VMDApp *app, int argc, const char *argv[]) |
int | tcl_colorinfo_num (Tcl_Interp *interp, VMDApp *app, int argc, const char *[]) |
int | tcl_colorinfo_max (Tcl_Interp *interp, VMDApp *app, int argc, const char *[]) |
int | tcl_colorinfo_colors (Tcl_Interp *interp, VMDApp *app, int argc, const char *[]) |
int | tcl_colorinfo_rgb (Tcl_Interp *interp, VMDApp *app, int argc, const char *argv[]) |
int | tcl_colorinfo_index (Tcl_Interp *interp, VMDApp *app, int argc, const char *argv[]) |
int | tcl_colorinfo_scale (Tcl_Interp *interp, VMDApp *app, int argc, const char *argv[]) |
int | tcl_colorinfo (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Definition at line 233 of file ColorInfo.C. References NULL, tcl_colorinfo_categories, tcl_colorinfo_category, tcl_colorinfo_colors, tcl_colorinfo_index, tcl_colorinfo_max, tcl_colorinfo_num, tcl_colorinfo_rgb, and tcl_colorinfo_scale. |
|
Definition at line 60 of file ColorInfo.C. References VMDApp::color_category, num, and VMDApp::num_color_categories. Referenced by tcl_colorinfo. |
|
Definition at line 77 of file ColorInfo.C. References VMDApp::color_category_item, VMDApp::color_mapping, and VMDApp::num_color_category_items. Referenced by tcl_colorinfo. |
|
Definition at line 130 of file ColorInfo.C. References VMDApp::color_name, and VMDApp::num_regular_colors. Referenced by tcl_colorinfo. |
|
Definition at line 168 of file ColorInfo.C. References VMDApp::color_index. Referenced by tcl_colorinfo. |
|
Definition at line 117 of file ColorInfo.C. References VMDApp::num_colors. Referenced by tcl_colorinfo. |
|
Definition at line 104 of file ColorInfo.C. References VMDApp::num_regular_colors. Referenced by tcl_colorinfo. |
|
Definition at line 143 of file ColorInfo.C. References VMDApp::color_name, VMDApp::color_value, and NULL. Referenced by tcl_colorinfo. |
|
Definition at line 187 of file ColorInfo.C. References VMDApp::colorscale_method_current, VMDApp::colorscale_method_name, VMDApp::colorscale_params, NULL, and VMDApp::num_colorscale_methods. Referenced by tcl_colorinfo. |