functions to handle the visualization events when creating a classical force field
More...
|
| void | update_selection_list (atom_selection *at_list, atom *at, gboolean add) |
| | update the selection list adding or removing an atom
|
| |
| void | init_default_shaders (glwin *view) |
| | re-initialize the default OpenGL shaders
|
| |
| void | field_selection (int i, int viz, int lab, int aid) |
| | select / unselect atom
|
| |
| void | viz_fragment (field_molecule *fmol, int id, int viz) |
| | show / hide fragment
|
| |
| void | field_unselect_all () |
| | unselect all atoms
|
| |
| gboolean | in_bond (int at, int bd[2]) |
| | is atom at in bond bd
|
| |
| void | visualize_bonds (int viz, int bid, field_atom *at, field_atom *bt) |
| | show / hide bond / bond restraint
|
| |
| void | visualize_angles (int viz, int aid, field_atom *at, field_atom *bt, field_atom *ct) |
| | show / hide angle / angle restraint
|
| |
| void | visualize_dihedrals (int viz, int did, field_atom *at, field_atom *bt, field_atom *ct, field_atom *dt) |
| | show / hide dihedral / dihedral restraint
|
| |
| void | visualize_imp_inv (int viz, int dih, int iid, field_atom *at, field_atom *bt, field_atom *ct, field_atom *dt) |
| | show / hide improper or inversion
|
| |
| void | visualize_body (int viz, int bd, field_nth_body *body) |
| | show / hide non bonded interaction
|
| |
| int | get_field_objects (int id, int jd) |
| | get the number of this type of field object
|
| |
| void | select_object (int id, int jd, int kd) |
| | select structural element
|
| |
| void | visualize_single_struct (int id, int jd, int kd, int *ids) |
| | visualize single structural element
|
| |
| void | visualize_object (int id, int jd, int kd) |
| | visualize object and update OpenGL rendering
|
| |
| void | check_to_visualize_properties_for_this_field_mol (int pid, int mol) |
| | check if rendering is required for object in molecule
|
| |
| void | check_to_visualize_properties (int pid) |
| | check if it is requried to update rendering
|
| |
| void | update_mol_tree (int a, int b) |
| | update the field molecule tree model
|
| |
| G_MODULE_EXPORT void | on_toggle_visualize_or_select_object (GtkCellRendererToggle *cell_renderer, gchar *string_path, gpointer data) |
| | on visualize force field object toggle callback
|
| |
| gboolean | show_field_object (int id, int jd, int kd) |
| | is the field object visible ?
|
| |
| G_MODULE_EXPORT void | visualize_or_select_all_elements (GtkTreeViewColumn *col, gpointer data) |
| | select all element(s) in the column for visualization
|
| |
functions to handle the visualization events when creating a classical force field
- Author
- Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r
Definition in file dlp_viz.c.