Structure describing a polymer. More...
#include <inpdef.h>
Collaboration diagram for OAD_Polymer:Data Fields | |
| OAD_PolymerUnit ** | units |
| int | n |
| int | n_pzz |
| int * | pzz |
| int | really_do_frame_shift |
| int | frame_shift_scheme |
| int | treat |
| int | representation |
| int | is_in_reconn |
| int | edit_repeats |
Structure describing a polymer.
| units | array of pointers to units |
| n | number of units |
| n_pzz | number of polymeric Zz atoms |
| pzz | polymeric Zz atoms |
| really_do_frame_shift | flag indicating whether to do frame shift |
| frame_shift_scheme | frame shift analysis scheme |
| treat | treatment flag |
| representation | representation type |
| is_in_reconn | flag indicating whether polymer is in reconnection mode |
| edit_repeats | flag indicating whether repeats need to be edited (-1 unknown, to be checked; 0 no, no edits required; 1 yes, edits are necessary) |
| int OAD_Polymer::edit_repeats |
| int OAD_Polymer::frame_shift_scheme |
| int OAD_Polymer::is_in_reconn |
| int OAD_Polymer::n |
| int OAD_Polymer::n_pzz |
| int* OAD_Polymer::pzz |
| int OAD_Polymer::really_do_frame_shift |
| int OAD_Polymer::representation |
| int OAD_Polymer::treat |
| OAD_PolymerUnit** OAD_Polymer::units |