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

AtomColor.C File Reference

Parse and maintain the data for how a molecule should be colored. More...

#include <math.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "AtomColor.h"
#include "DrawMolecule.h"
#include "MoleculeList.h"
#include "Scene.h"
#include "VolumetricData.h"
#include "PeriodicTable.h"
#include "Inform.h"
#include "utilities.h"
#include "config.h"

Go to the source code of this file.

Variables

const char * AtomColorName [AtomColor::TOTAL]
 XXX a global string array with text descriptions of representation methods. More...

const char * AtomColorMenuName [AtomColor::TOTAL]
 These names are used within GUI menus, so they contain submenu names etc. More...


Detailed Description

Parse and maintain the data for how a molecule should be colored.

Definition in file AtomColor.C.


Variable Documentation

const char* AtomColorMenuName[AtomColor::TOTAL]
 

Initial value:

 { 
  "Name",          "Type",          "Element",
  "ResName",       "ResType",       "ResID",    
  "Chain",         "SegName",       "Conformation",
  "Molecule",      "Secondary Structure", 
  "ColorID",       "Beta",          "Occupancy", 
  "Mass",          "Charge",   
  "Position/Radial", "Position/X", "Position/Y", "Position/Z", 
  "Trajectory/User/User", "Trajectory/User/User2", "Trajectory/User/User3", "Trajectory/User/User4",
  "Fragment", "Index",  "Backbone", "Throb",
  "Trajectory/Physical Time", "Trajectory/Timestep", "Trajectory/Velocity", "Volume"
  }
These names are used within GUI menus, so they contain submenu names etc.

Definition at line 52 of file AtomColor.C.

const char* AtomColorName[AtomColor::TOTAL]
 

Initial value:

 { 
  "Name",     "Type",     "Element",
  "ResName",  "ResType",  "ResID",    
  "Chain",    "SegName",  "Conformation",
  "Molecule", "Structure", 
  "ColorID",  "Beta",     "Occupancy", 
  "Mass",     "Charge",   
  "Pos",      "PosX",     "PosY",  "PosZ", 
  "User",     "User2",    "User3", "User4", "Fragment",
  "Index",    "Backbone", "Throb",
  "PhysicalTime", "Timestep", "Velocity", "Volume"
  }
XXX a global string array with text descriptions of representation methods.

Definition at line 38 of file AtomColor.C.

Referenced by AtomColor::AtomColor.


Generated on Thu Mar 28 02:44:30 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002