Пример #1
0
 public SHEET_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     SHEET          = new SHEET_Field(columnFormatLine);
     strand         = new strand_Field(columnFormatLine);
     sheetID        = new sheetID_Field(columnFormatLine);
     numStrands     = new numStrands_Field(columnFormatLine);
     initResName    = new initResName_Field(columnFormatLine);
     initChainID    = new initChainID_Field(columnFormatLine);
     initSeqNum     = new initSeqNum_Field(columnFormatLine);
     initICode      = new initICode_Field(columnFormatLine);
     endResName     = new endResName_Field(columnFormatLine);
     endChainID     = new endChainID_Field(columnFormatLine);
     endSeqNum      = new endSeqNum_Field(columnFormatLine);
     endICode       = new endICode_Field(columnFormatLine);
     sense          = new sense_Field(columnFormatLine);
     curAtom        = new curAtom_Field(columnFormatLine);
     curResName     = new curResName_Field(columnFormatLine);
     curChainId     = new curChainId_Field(columnFormatLine);
     curResSeq      = new curResSeq_Field(columnFormatLine);
     curICode       = new curICode_Field(columnFormatLine);
     prevAtom       = new prevAtom_Field(columnFormatLine);
     prevResName    = new prevResName_Field(columnFormatLine);
     prevChainId    = new prevChainId_Field(columnFormatLine);
     prevResSeq     = new prevResSeq_Field(columnFormatLine);
     prevICode      = new prevICode_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }
Пример #2
0
 public HELIX_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     HELIX          = new HELIX_Field(columnFormatLine);
     serNum         = new serNum_Field(columnFormatLine);
     helixID        = new helixID_Field(columnFormatLine);
     initResName    = new initResName_Field(columnFormatLine);
     initChainID    = new initChainID_Field(columnFormatLine);
     initSeqNum     = new initSeqNum_Field(columnFormatLine);
     initICode      = new initICode_Field(columnFormatLine);
     endResName     = new endResName_Field(columnFormatLine);
     endChainID     = new endChainID_Field(columnFormatLine);
     endSeqNum      = new endSeqNum_Field(columnFormatLine);
     endICode       = new endICode_Field(columnFormatLine);
     helixClass     = new helixClass_Field(columnFormatLine);
     comment        = new comment_Field(columnFormatLine);
     length         = new length_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }