flex.h

来自「最经典的分子对结软件」· C头文件 代码 · 共 55 行

H
55
字号
/*                                                                    *//*                        Copyright UCSF, 1997                        *//*                                                                    *//*Written by Todd Ewing12/96*/int get_anchor_conformation(  LABEL		*label,  SCORE		*score,  MOLECULE	*mol_init,  MOLECULE	*mol_anch,  int		conformer);int get_layer_conformation(  LABEL		*label,  SCORE		*score,  MOLECULE      *molecule,  int           layer,  int		conformer);int get_segment_conformation(  LABEL		*label,  SCORE		*score,  MOLECULE      *molecule,  int           layer,  int           segment);int update_segment_torsions(  LABEL_FLEX    *label_flex,  MOLECULE      *molecule,  int           segment,  int           conformer);int check_segment_conformation(  LABEL		*label,  SCORE		*score,  MOLECULE      *molecule,  int           layer,  int           segment);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?