[ GAMB | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
public: | |
static bool | isHelix(const char* const PDBrec); |
// the Strand and the Sheet infromation and methods | |
static short | helixID(const char* const PDBrec); |
static void | initResName(const char* const PDBrec, char res[]); |
static char | initChainID(const char* const PDBrec); |
static int | initSeqNum(const char* const PDBrec); |
static void | endResName(const char* const PDBrec, char res[]); |
static char | endChainID(const char* const PDBrec); |
static int | endSeqNum(const char* const PDBrec); |
static HelixType | helixClass(const char* const PDBrec); |
static unsigned short | length(const char* const PDBrec); |
protected: |
Copyright: SAMBA group, Tel-Aviv Univ. Israel, 1999.
bool isHelix(const char* const PDBrec);
Returns whether the record is a helix
static bool isHelix(const char* const PDBrec);
short helixID(const char* const PDBrec);
Returns the helix number
static short helixID(const char* const PDBrec);
void initResName(const char* const PDBrec, char res[]);
Enters into res the 3 letter code of the residue strating the helix
static void initResName(const char* const PDBrec, char res[]);
char initChainID(const char* const PDBrec);
Returns the chain Id where the beginning residue resides.
if there is no such chain it will return '?' if there is no chain.
static char initChainID(const char* const PDBrec);
int initSeqNum(const char* const PDBrec);
Returns the relative sequence number of the starting residue of the
helix. Please Notice! that this residue is relative to the chain
if you read the atoms through the Atom class you might find
that atom 25 in chain B has a different numbering there
static int initSeqNum(const char* const PDBrec);
void endResName(const char* const PDBrec, char res[]);
Enters into res the 3 letter code of the residue ending the helix
static void endResName(const char* const PDBrec, char res[]);
char endChainID(const char* const PDBrec);
Returns the chain Id where the ending residue resides.
if there is no such chain it will return '?' if there is no chain.
static char endChainID(const char* const PDBrec);
int endSeqNum(const char* const PDBrec);
Returns the relative sequence number of the ending residue of the
helix. Please Notice! that this residue is relative to the chain
if you read the atoms through the Atom class you might find
that atom 25 in chain B has a different numbering there
static int endSeqNum(const char* const PDBrec);
HelixType helixClass(const char* const PDBrec);
Returns the number characteristic to the helix type.
this might have mo meaning if you have a very old version of the
pdb file. Please make sure you have downloaded the most recent version
that comply with the contents guide version 2.1 from October 1996
static HelixType helixClass(const char* const PDBrec);
unsigned short length(const char* const PDBrec);
returns the number of amino acids that participate in this helix
static unsigned short length(const char* const PDBrec);
public: | ||
---|---|---|
static bool | isHelix(const char* const PDBrec); | |
// the Strand and the Sheet infromation and methods | ||
static short | helixID(const char* const PDBrec); | |
static void | initResName(const char* const PDBrec, char res[]); | |
static char | initChainID(const char* const PDBrec); | |
static int | initSeqNum(const char* const PDBrec); | |
static void | endResName(const char* const PDBrec, char res[]); | |
static char | endChainID(const char* const PDBrec); | |
static int | endSeqNum(const char* const PDBrec); | |
static HelixType | helixClass(const char* const PDBrec); | |
static unsigned short | length(const char* const PDBrec); | |
protected: |
Report problems to jkotula@unimax.com