#include <string.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <tcl.h>
#include "config.h"
#include "GeometryList.h"
#include "GeometryMol.h"
#include "utilities.h"
#include "VMDApp.h"
Go to the source code of this file.
Functions | |
int | find_atom_from_name (Tcl_Interp *interp, const char *str, int *molid, int *atomid) |
int | text_cmd_label (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Definition at line 32 of file cmd_label.C. References NULL. Referenced by text_cmd_label. |
|