AminoAcidType

This is an abstract class and cannot be directly instanced.


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

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class AminoAcidType
{
public:
static const int ABC_SIZE=91;
bool equivalent(char, char); // pure virtual
static AminoAcidType *m_state;
~AminoAcidType();
protected:
}; // AminoAcidType

Back to the top of AminoAcidType


KEYWORD

Back to the top of AminoAcidType


AUTHORS

Back to the top of AminoAcidType


CHANGES LOG

Back to the top of AminoAcidType


GOALS

Back to the top of AminoAcidType

		

USAGE

		

Back to the top of AminoAcidType


const int ABC_SIZE=91;

  static const int ABC_SIZE=91;

Back to the top of AminoAcidType


bool equivalent(char, char);

  virtual bool equivalent(char, char);  

Back to the top of AminoAcidType


AminoAcidType *m_state;

  static AminoAcidType *m_state;

Back to the top of AminoAcidType


~AminoAcidType();

  virtual ~AminoAcidType();

Back to the top of AminoAcidType


All Members

public:
static const int ABC_SIZE=91;
bool equivalent(char, char); // pure virtual
static AminoAcidType *m_state;
protected:

Back to the top of AminoAcidType


Ancestors

Class does not inherit from any other class.

Back to the top of AminoAcidType


Descendants

Back to the top of AminoAcidType


Generated from source by the Cocoon utilities on Tue Jan 5 18:47:29 2010 .

Report problems to jkotula@unimax.com