#include <BioPdbHelix.h>
List of all members.
Public Member Functions |
| | BioPdbHelix () |
| | BioPdbHelix (const string &ti_) |
| | BioPdbHelix (int hs, string hid, string irna, char ic, int irnu, string erna, char ec, int ernu, int hcl, string com, int lh, string f) |
| int | getHelixSerialNumber () |
| string | getHelixId () |
| string | getInitialResidueName () |
| int | getInitialResidueNumber () |
| char | getInitialChainId () |
| char | getEndingChainId () |
| string | getEndingResidueName () |
| int | getEndingResidueNumber () |
| int | getHelixClass () |
| int | getHelixLength () |
| string | getComment () |
| BioProteinChain | getHelixCoordinates () |
| BioProteinChain | getHelixCoordinates (BioProteinChain &) |
| void | showHelixCoordinates (ostream &=cout) |
| void | showHelixCoordinates (BioProteinChain &, ostream &=cout) |
| string | getHelixSequence () |
| string | getHelixSequence (BioProteinChain &) |
| void | showHelixDirectionCosines (ostream &=cout) |
| void | showHelixDirectionCosines (BioProteinChain &, ostream &=cout) |
| BioMatrix | getHelixDirectionCosines (BioProteinChain &) |
| BioMatrix | getHelixDirectionCosines () |
Friends |
| bool | operator> (const BioPdbHelix &, const BioPdbHelix &) |
| bool | operator< (const BioPdbHelix &, const BioPdbHelix &) |
| bool | operator== (const BioPdbHelix &, const BioPdbHelix &) |
Constructor & Destructor Documentation
| BioPdbHelix::BioPdbHelix |
( |
int |
hs, |
|
|
string |
hid, |
|
|
string |
irna, |
|
|
char |
ic, |
|
|
int |
irnu, |
|
|
string |
erna, |
|
|
char |
ec, |
|
|
int |
ernu, |
|
|
int |
hcl, |
|
|
string |
com, |
|
|
int |
lh, |
|
|
string |
f |
|
) |
| |
Member Function Documentation
Friends And Related Function Documentation
The documentation for this class was generated from the following file: