class Prediction

Prediction - framework for algorithm to move atom positions so as to find the best conformation

Public Methods

[more] Prediction(Rotamer &i_rotamer, PE &i_pe, Prot& i_prot, TProt& i_tprot)
[more] ~Prediction()
[more]void init()
build initial protein
[more]void move_at(long i_at_id, int i_tor_id, int i_rot_id)
move 1 atom
[more]void unmove()
unmove previous move which may be 1 atom or a group of atoms
[more]const Prot& get_const_prot() const
[more]Prot& get_prot()

Private Fields

[more]vector<Unmove_Info> unmove_info
list of moves currently made
[more]Prot prot
the actual protein
[more]TProt tprot
the type information
[more]PE pe
the pe function
[more]Rotamer rotamer
the rotamer library


Documentation

Prediction - framework for algorithm to move atom positions so as to find the best conformation
o Prediction(Rotamer &i_rotamer, PE &i_pe, Prot& i_prot, TProt& i_tprot)

o ~Prediction()

ovoid init()
build initial protein

ovoid move_at(long i_at_id, int i_tor_id, int i_rot_id)
move 1 atom

ovoid unmove()
unmove previous move which may be 1 atom or a group of atoms

oconst Prot& get_const_prot() const

oProt& get_prot()

ovector<Unmove_Info> unmove_info
list of moves currently made

oProt prot
the actual protein

oTProt tprot
the type information

oPE pe
the pe function

oRotamer rotamer
the rotamer library


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.