예제 #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);
 }
예제 #2
0
 public HET_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     HET            = new HET_Field(columnFormatLine);
     hetID          = new hetID_Field(columnFormatLine);
     ChainID        = new ChainID_Field(columnFormatLine);
     seqNum         = new seqNum_Field(columnFormatLine);
     iCode          = new iCode_Field(columnFormatLine);
     numHetAtoms    = new numHetAtoms_Field(columnFormatLine);
     text           = new text_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
예제 #3
0
 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);
 }
예제 #4
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);
 }
예제 #5
0
 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);
 }
예제 #6
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);
 }