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);
 }
Example #2
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);
 }