#include <open_prospect.h>
Inheritance diagram for TemplateStruct:
Public Member Functions | |
TemplateStruct () | |
~TemplateStruct () | |
void | FreeMem (void) |
int | LoadFile (char *template_path) |
This function loads a template file into the TemplateStruct data structure. | |
void | SetLen (int new_len) |
TemplateCoreDefinition * | get_core (int i) |
int | SetSequence (char *seq) |
void | CopyScoreTable (pValType **score_matrix) |
void | CopyScoreTable (pValType score_matrix[21][21]) |
Data Fields | |
TemplateResidue * | t_residue_info |
char * | template_name |
char | pdbcode [5] |
char | pdbchain |
int | start_res |
int | stop_res |
char | start_icode |
char | stop_icode |
int | twobody_count |
InteractionElement * | twobody_interactions |
int | threebody_count |
InteractionElement * | threebody_interactions |
int | fourbody_count |
InteractionElement * | fourbody_interactions |
int | core_count |
TemplateCoreDefinition * | cores |
pValType ** | cb_dist |
Definition at line 803 of file open_prospect.h.