|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
#include <dlp_field.h>
Collaboration diagram for field_molecule:Data Fields | |
| int | id |
| gchar * | name |
| struct molecule * | mol |
| int | multi |
| int * | fragments |
| dint ** | atoms_id |
| int | atoms |
| field_atom * | first_atom |
| int | shells |
| field_shell * | first_shell |
| int | constraints |
| field_constraint * | first_constraint |
| int | pmfs |
| field_pmf * | first_pmf |
| int | rigids |
| field_rigid * | first_rigid |
| int | tethered |
| field_tethered * | first_tethered |
| int | nstruct [8] |
| field_struct * | first_struct [8] |
| gboolean | show |
| gboolean | show_id |
| field_molecule * | next |
| field_molecule * | prev |
Definition at line 320 of file dlp_field.h.
| int atoms |
Definition at line 328 of file dlp_field.h.
| dint** atoms_id |
Definition at line 327 of file dlp_field.h.
| int constraints |
Definition at line 332 of file dlp_field.h.
| field_atom* first_atom |
Definition at line 329 of file dlp_field.h.
| field_constraint* first_constraint |
Definition at line 333 of file dlp_field.h.
| field_pmf* first_pmf |
Definition at line 335 of file dlp_field.h.
| field_rigid* first_rigid |
Definition at line 337 of file dlp_field.h.
| field_shell* first_shell |
Definition at line 331 of file dlp_field.h.
| field_struct* first_struct[8] |
Definition at line 349 of file dlp_field.h.
| field_tethered* first_tethered |
Definition at line 339 of file dlp_field.h.
| int* fragments |
Definition at line 326 of file dlp_field.h.
| int id |
Definition at line 322 of file dlp_field.h.
| struct molecule* mol |
Definition at line 324 of file dlp_field.h.
| int multi |
Definition at line 325 of file dlp_field.h.
| gchar* name |
Definition at line 323 of file dlp_field.h.
| field_molecule* next |
Definition at line 352 of file dlp_field.h.
| int nstruct[8] |
Definition at line 348 of file dlp_field.h.
| int pmfs |
Definition at line 334 of file dlp_field.h.
| field_molecule* prev |
Definition at line 353 of file dlp_field.h.
| int rigids |
Definition at line 336 of file dlp_field.h.
| int shells |
Definition at line 330 of file dlp_field.h.
| gboolean show |
Definition at line 350 of file dlp_field.h.
| gboolean show_id |
Definition at line 351 of file dlp_field.h.
| int tethered |
Definition at line 338 of file dlp_field.h.