#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... |
Definition in file AtomColor.C.
|
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" }
Definition at line 52 of file AtomColor.C. |
|
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" }
Definition at line 38 of file AtomColor.C. Referenced by AtomColor::AtomColor. |