コード例 #1
0
 public MODEL_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     MODEL          = new MODEL_Field(columnFormatLine);
     serial         = new serial_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
コード例 #2
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);
 }
コード例 #3
0
 public CONECT_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     CONECT         = new CONECT_Field(columnFormatLine);
     serial         = new serial_Field(columnFormatLine);
     serial2        = new serial2_Field(columnFormatLine);
     serial3        = new serial3_Field(columnFormatLine);
     serial4        = new serial4_Field(columnFormatLine);
     serial5        = new serial5_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
コード例 #4
0
 public MTRIX1_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     MTRIX1         = new MTRIX1_Field(columnFormatLine);
     serial         = new serial_Field(columnFormatLine);
     m_1_1_         = new m_1_1_Field(columnFormatLine);
     m_1_2_         = new m_1_2_Field(columnFormatLine);
     m_1_3_         = new m_1_3_Field(columnFormatLine);
     v_1_           = new v_1_Field(columnFormatLine);
     iGiven         = new iGiven_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);
 }