Esempio n. 1
0
 public TER_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     TER            = new TER_Field(columnFormatLine);
     serial         = new serial_Field(columnFormatLine);
     resName        = new resName_Field(columnFormatLine);
     chainID        = new chainID_Field(columnFormatLine);
     resSeq         = new resSeq_Field(columnFormatLine);
     iCode          = new iCode_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
 public MODRES_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     MODRES         = new MODRES_Field(columnFormatLine);
     idCode         = new idCode_Field(columnFormatLine);
     resName        = new resName_Field(columnFormatLine);
     chainID        = new chainID_Field(columnFormatLine);
     seqNum         = new seqNum_Field(columnFormatLine);
     iCode          = new iCode_Field(columnFormatLine);
     stdRes         = new stdRes_Field(columnFormatLine);
     comment        = new comment_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Esempio n. 3
0
 public SEQADV_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     SEQADV         = new SEQADV_Field(columnFormatLine);
     idCode         = new idCode_Field(columnFormatLine);
     resName        = new resName_Field(columnFormatLine);
     chainID        = new chainID_Field(columnFormatLine);
     seqNum         = new seqNum_Field(columnFormatLine);
     iCode          = new iCode_Field(columnFormatLine);
     database       = new database_Field(columnFormatLine);
     dbAccession    = new dbAccession_Field(columnFormatLine);
     dbRes          = new dbRes_Field(columnFormatLine);
     dbSeq          = new dbSeq_Field(columnFormatLine);
     conflict       = new conflict_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
 public HETATM_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     HETATM         = new HETATM_Field(columnFormatLine);
     serial         = new serial_Field(columnFormatLine);
     name           = new name_Field(columnFormatLine);
     altLoc         = new altLoc_Field(columnFormatLine);
     resName        = new resName_Field(columnFormatLine);
     chainID        = new chainID_Field(columnFormatLine);
     resSeq         = new resSeq_Field(columnFormatLine);
     iCode          = new iCode_Field(columnFormatLine);
     x              = new x_Field(columnFormatLine);
     y              = new y_Field(columnFormatLine);
     z              = new z_Field(columnFormatLine);
     occupancy      = new occupancy_Field(columnFormatLine);
     tempFactor     = new tempFactor_Field(columnFormatLine);
     element        = new element_Field(columnFormatLine);
     charge         = new charge_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Esempio n. 5
0
 public ANISOU_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     ANISOU         = new ANISOU_Field(columnFormatLine);
     serial         = new serial_Field(columnFormatLine);
     name           = new name_Field(columnFormatLine);
     altLoc         = new altLoc_Field(columnFormatLine);
     resName        = new resName_Field(columnFormatLine);
     chainID        = new chainID_Field(columnFormatLine);
     resSeq         = new resSeq_Field(columnFormatLine);
     iCode          = new iCode_Field(columnFormatLine);
     u_0_0_         = new u_0_0_Field(columnFormatLine);
     u_1_1_         = new u_1_1_Field(columnFormatLine);
     u_2_2_         = new u_2_2_Field(columnFormatLine);
     u_0_1_         = new u_0_1_Field(columnFormatLine);
     u_0_2_         = new u_0_2_Field(columnFormatLine);
     u_1_2_         = new u_1_2_Field(columnFormatLine);
     element        = new element_Field(columnFormatLine);
     charge         = new charge_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Esempio n. 6
0
 public SEQRES_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     SEQRES         = new SEQRES_Field(columnFormatLine);
     serNum         = new serNum_Field(columnFormatLine);
     chainID        = new chainID_Field(columnFormatLine);
     numRes         = new numRes_Field(columnFormatLine);
     resName        = new resName_Field(columnFormatLine);
     resName2       = new resName2_Field(columnFormatLine);
     resName3       = new resName3_Field(columnFormatLine);
     resName4       = new resName4_Field(columnFormatLine);
     resName5       = new resName5_Field(columnFormatLine);
     resName6       = new resName6_Field(columnFormatLine);
     resName7       = new resName7_Field(columnFormatLine);
     resName8       = new resName8_Field(columnFormatLine);
     resName9       = new resName9_Field(columnFormatLine);
     resName10      = new resName10_Field(columnFormatLine);
     resName11      = new resName11_Field(columnFormatLine);
     resName12      = new resName12_Field(columnFormatLine);
     resName13      = new resName13_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }