|
__init__(self,
parent,
size=500,
ticks=30,
show_status=True,
show_counters=False,
zoom_on_pick=True) |
|
|
|
|
|
find_connected_atom(self,
ct,
iatom,
atname)
Return the atom index with PDB atom type atname attached to iatom in
ct, or -1 if no connection is found. |
|
|
|
get_connected_pair(self,
ct,
iatom,
at1name,
at2name)
Return a pair of atom indexes, where at1name is attached to iatom and
at2name is attached to at1name. |
|
|
|
get_weight_symbol(self,
weight) |
|
|
|
|
|
display_structure(self,
ct,
CA_list=[ ] ) |
|
|
|
|
|
|
|
|
|
display_residue(self,
index) |
|
|
|
|
|
|
|
apply_dihedral(self,
idihedral) |
|
|
|
|
|
|
|
clear_selection(self,
event) |
|
|
|
|
|
change_current_pick(self,
new_pick) |
|
|
|
find_closest_point(self,
x,
y) |
|
|
|
pick_by_point(self,
event) |
|
|
|
pick_by_atom(self,
iatom) |
|
|
|
|
|
set_viewport(self,
min_x=-180.0,
max_x=180.0,
min_y=-180.0,
max_y=180.0) |
|
|
|
write_file(self,
filename) |
|
|
|
set_symbol_size(self,
value) |
|
|
|
adjust_symbol_size(self,
value) |
|
|
|
|
|
clearGraph(self)
Gets called when project is closed |
|
|