#include <PRO.h>
Public Member Functions | |
Chain () | |
void | setParm () |
void | setParm_name (char *str) |
void | setParm_seqlNo (int i) |
void | setParm_startAtomSeqlNo (int i) |
void | setParm_endAtomSeqlNo (int i) |
void | setParm_totalAtomNo (int i) |
void | setParm_startResidueSeqlNo (int i) |
void | setParm_endResidueSeqlNo (int i) |
void | setParm_totalResidueNo (int i) |
void | setParm_mapResidue (char *str, Residue *r) |
void | setParm_active (const bool b) |
void | addResidue (Residue res) |
void | clear () |
Public Attributes | |
char | name [2] |
int | seqlNo |
int | startAtomSeqlNo |
int | endAtomSeqlNo |
int | totalAtomNo |
int | startResidueSeqlNo |
int | endResidueSeqlNo |
int | totalResidueNo |
vector< Residue > | residue |
vector< Atom * > | atom_p |
map< string, Residue * > | mapResidue |
bool | active |
Friends | |
ofstream & | operator<< (ofstream &ostrm, Chain chain) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|