class Res

Actual residues in a protein

Public Methods

[more] Res()
[more] ~Res()
[more]void set_id(long i_id)
[more]void set_type(int i_type)
[more]void add_at(Atom* i_a, int i_a_index)
[more]void add_tor(Tor* i_t)
[more]void set_chain(char i_chain_id)
[more]void set_insertcode(char i_insertcode)
[more]void set_last_res()
[more]void set_last_at(Atom* i_a)
[more]void set_num_at(int i_num)
[more]void set_enable(bool i_enable)
[more]long get_id() const
[more]int get_type() const
[more]Atom* get_at(int i_index) const
[more]Tor* get_tor(int i_index) const
[more]const Atom* get_const_at(int i_index) const
[more]const Tor* get_const_tor(int i_index) const
[more]int get_num_at() const
[more]int get_num_tor() const
[more]char get_chain() const
[more]char get_insertcode() const
[more]bool is_last_res() const
[more]Atom* get_last_at() const
[more]const Atom* get_const_last_at() const
[more]bool is_enable() const

Private Fields

[more]long id
[more]int type
index of this residue type
[more]char chain_id
chain that this residue belong to
[more]Atom* ats[NUM_ATOM_LABELS]
atoms that this residue contains
[more]vector<Tor*> tors
tors that this residue contains
[more]int num_at
number of atoms that this residue contains
[more]bool lastres
indicate if this is the last residue
[more]Atom* last_at
ptr to the last atom if this is the last residue
[more]bool enable
flag to disenable or enable this residue
[more]char insertcode


Documentation

Actual residues in a protein
o Res()

o ~Res()

ovoid set_id(long i_id)

ovoid set_type(int i_type)

ovoid add_at(Atom* i_a, int i_a_index)

ovoid add_tor(Tor* i_t)

ovoid set_chain(char i_chain_id)

ovoid set_insertcode(char i_insertcode)

ovoid set_last_res()

ovoid set_last_at(Atom* i_a)

ovoid set_num_at(int i_num)

ovoid set_enable(bool i_enable)

olong get_id() const

oint get_type() const

oAtom* get_at(int i_index) const

oTor* get_tor(int i_index) const

oconst Atom* get_const_at(int i_index) const

oconst Tor* get_const_tor(int i_index) const

oint get_num_at() const

oint get_num_tor() const

ochar get_chain() const

ochar get_insertcode() const

obool is_last_res() const

oAtom* get_last_at() const

oconst Atom* get_const_last_at() const

obool is_enable() const

olong id

oint type
index of this residue type

ochar chain_id
chain that this residue belong to

oAtom* ats[NUM_ATOM_LABELS]
atoms that this residue contains

ovector<Tor*> tors
tors that this residue contains

oint num_at
number of atoms that this residue contains

obool lastres
indicate if this is the last residue

oAtom* last_at
ptr to the last atom if this is the last residue

obool enable
flag to disenable or enable this residue

ochar 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++.