ColorCoder


[ ligand_pharma | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ColorCoder
{
public:
static void colorByMolId(int& R, int& G, int& B, int molId) ;
static void setNoOfMol(int N) ;
static void htmlHexColor(char *outColor, int molId) ;
static void jmolDecColor(char *outColor, int molId) ;
static int diff_;
static Vector3 colorModules_[6];
protected:
}; // ColorCoder

Back to the top of ColorCoder


KEYWORD

Back to the top of ColorCoder


AUTHORS

Back to the top of ColorCoder


CHANGES LOG

Back to the top of ColorCoder


GOALS

Back to the top of ColorCoder

		

USAGE

		

Back to the top of ColorCoder


void colorByMolId(int& R, int& G, int& B, int molId) ;

  static void colorByMolId(int& R, int& G, int& B, int molId)                                                                                                                                                                                  
;

Function is currently defined inline.


Back to the top of ColorCoder


void setNoOfMol(int N) ;

  static void setNoOfMol(int N)                                                                       
;

Function is currently defined inline.


Back to the top of ColorCoder


void htmlHexColor(char *outColor, int molId) ;

  static void htmlHexColor(char *outColor, int molId)                                                                                                      
;

Function is currently defined inline.


Back to the top of ColorCoder


void jmolDecColor(char *outColor, int molId) ;

  static void jmolDecColor(char *outColor, int molId)                                                                                                      
;

Function is currently defined inline.


Back to the top of ColorCoder


int diff_;

  static int diff_;

Back to the top of ColorCoder


Vector3 colorModules_[6];

  static Vector3 colorModules_[6];

Back to the top of ColorCoder


All Members

public:
static void colorByMolId(int& R, int& G, int& B, int molId) ;
static void setNoOfMol(int N) ;
static void htmlHexColor(char *outColor, int molId) ;
static void jmolDecColor(char *outColor, int molId) ;
static int diff_;
static Vector3 colorModules_[6];
protected:

Back to the top of ColorCoder


Ancestors

Class does not inherit from any other class.

Back to the top of ColorCoder


Descendants

Class is not inherited by any others.

Back to the top of ColorCoder


Generated from source by the Cocoon utilities on Mon Dec 21 11:44:46 2009 .

Report problems to jkotula@unimax.com