Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ColorInfo.C File Reference

#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[])


Function Documentation

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.

int tcl_colorinfo_categories Tcl_Interp *    interp,
VMDApp   app,
int    argc,
const char *   []
 

Definition at line 60 of file ColorInfo.C.

References VMDApp::color_category, num, and VMDApp::num_color_categories.

Referenced by tcl_colorinfo.

int tcl_colorinfo_category Tcl_Interp *    interp,
VMDApp   app,
int    argc,
const char *    argv[]
 

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.

int tcl_colorinfo_colors Tcl_Interp *    interp,
VMDApp   app,
int    argc,
const char *   []
 

Definition at line 130 of file ColorInfo.C.

References VMDApp::color_name, and VMDApp::num_regular_colors.

Referenced by tcl_colorinfo.

int tcl_colorinfo_index Tcl_Interp *    interp,
VMDApp   app,
int    argc,
const char *    argv[]
 

Definition at line 168 of file ColorInfo.C.

References VMDApp::color_index.

Referenced by tcl_colorinfo.

int tcl_colorinfo_max Tcl_Interp *    interp,
VMDApp   app,
int    argc,
const char *   []
 

Definition at line 117 of file ColorInfo.C.

References VMDApp::num_colors.

Referenced by tcl_colorinfo.

int tcl_colorinfo_num Tcl_Interp *    interp,
VMDApp   app,
int    argc,
const char *   []
 

Definition at line 104 of file ColorInfo.C.

References VMDApp::num_regular_colors.

Referenced by tcl_colorinfo.

int tcl_colorinfo_rgb Tcl_Interp *    interp,
VMDApp   app,
int    argc,
const char *    argv[]
 

Definition at line 143 of file ColorInfo.C.

References VMDApp::color_name, VMDApp::color_value, and NULL.

Referenced by tcl_colorinfo.

int tcl_colorinfo_scale Tcl_Interp *    interp,
VMDApp   app,
int    argc,
const char *    argv[]
 

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.


Generated on Thu Apr 18 02:45:58 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002