Actual residues in a protein
Public Methods
-
Res()
-
~Res()
-
void set_id(long i_id)
-
void set_type(int i_type)
-
void add_at(Atom* i_a, int i_a_index)
-
void add_tor(Tor* i_t)
-
void set_chain(char i_chain_id)
-
void set_insertcode(char i_insertcode)
-
void set_last_res()
-
void set_last_at(Atom* i_a)
-
void set_num_at(int i_num)
-
void set_enable(bool i_enable)
-
long get_id() const
-
int get_type() const
-
Atom* get_at(int i_index) const
-
Tor* get_tor(int i_index) const
-
const Atom* get_const_at(int i_index) const
-
const Tor* get_const_tor(int i_index) const
-
int get_num_at() const
-
int get_num_tor() const
-
char get_chain() const
-
char get_insertcode() const
-
bool is_last_res() const
-
Atom* get_last_at() const
-
const Atom* get_const_last_at() const
-
bool is_enable() const
Private Fields
-
long id
-
int type
- index of this residue type
-
char chain_id
- chain that this residue belong to
-
Atom* ats[NUM_ATOM_LABELS]
- atoms that this residue contains
-
vector<Tor*> tors
- tors that this residue contains
-
int num_at
- number of atoms that this residue contains
-
bool lastres
- indicate if this is the last residue
-
Atom* last_at
- ptr to the last atom if this is the last residue
-
bool enable
- flag to disenable or enable this residue
-
char insertcode
Documentation
Actual residues in a protein
Res()
~Res()
void set_id(long i_id)
void set_type(int i_type)
void add_at(Atom* i_a, int i_a_index)
void add_tor(Tor* i_t)
void set_chain(char i_chain_id)
void set_insertcode(char i_insertcode)
void set_last_res()
void set_last_at(Atom* i_a)
void set_num_at(int i_num)
void set_enable(bool i_enable)
long get_id() const
int get_type() const
Atom* get_at(int i_index) const
Tor* get_tor(int i_index) const
const Atom* get_const_at(int i_index) const
const Tor* get_const_tor(int i_index) const
int get_num_at() const
int get_num_tor() const
char get_chain() const
char get_insertcode() const
bool is_last_res() const
Atom* get_last_at() const
const Atom* get_const_last_at() const
bool is_enable() const
long id
int type
- index of this residue type
char chain_id
- chain that this residue belong to
Atom* ats[NUM_ATOM_LABELS]
- atoms that this residue contains
vector<Tor*> tors
- tors that this residue contains
int num_at
- number of atoms that this residue contains
bool lastres
- indicate if this is the last residue
Atom* last_at
- ptr to the last atom if this is the last residue
bool enable
- flag to disenable or enable this residue
char insertcode
- This class has no child classes.
- Friends:
- class Prot
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.