Structure describing the original structure. More...
#include <inpdef.h>
Collaboration diagram for tagOriginalStruct:Data Fields | |
| int | num_atoms |
| char * | szAtoms |
| char * | szBonds |
| char * | szCoord |
| OAD_Polymer * | polymer |
| OAD_V3000 * | v3000 |
| int | n_zy |
Structure describing the original structure.
| num_atoms | Number of atoms |
| szAtoms | String representation of atoms |
| szBonds | String representation of bonds |
| szCoord | String representation of coordinates |
| polymer | Pointer to polymer data structure (uses pointer copy from orig_inp_data, do not free after use!) |
| v3000 | Pointer to V3000 data structure (uses pointer copy from orig_inp_data, do not free after use!) |
| n_zy | Number of non-polymeric pseudoatoms (Zy) |
| int tagOriginalStruct::n_zy |
| int tagOriginalStruct::num_atoms |
| OAD_Polymer* tagOriginalStruct::polymer |
| char* tagOriginalStruct::szAtoms |
| char* tagOriginalStruct::szBonds |
| char* tagOriginalStruct::szCoord |
| OAD_V3000* tagOriginalStruct::v3000 |