Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 178: Line 178:  
| <code>void SamFileHeader::resetHeaderRecordIter()</code>
 
| <code>void SamFileHeader::resetHeaderRecordIter()</code>
 
| Resets to the beginning of the header records so the next call to getNextHeaderRecord/getNextHeaderLine returns the first header line.
 
| Resets to the beginning of the header records so the next call to getNextHeaderRecord/getNextHeaderLine returns the first header line.
 +
|-
 +
| <code>SamHeaderRecord* SamFileHeader::getNextSQRecord()</code>
 +
| Get the next SQ header record.  After all SQ headers have been retrieved, NULL is returned until a reset is called for the SQ Record Iterator.  Independent from getNextHeaderRecord, getNextHeaderLine and the other getNextXXRecord methods and the associated reset methods.
 +
|-
 +
| <code>SamHeaderRecord* SamFileHeader::getNextRGRecord()</code>
 +
| Get the next RG header record.  After all RG headers have been retrieved, NULL is returned until a reset is called for the RG Record Iterator.  Independent from getNextHeaderRecord, getNextHeaderLine and the other getNextXXRecord methods and the associated reset methods.
 +
|-
 +
| <code>SamHeaderRecord* SamFileHeader::getNextPGRecord()</code>
 +
| Get the next PG header record.  After all PG headers have been retrieved, NULL is returned until a reset is called for the PG Record Iterator.  Independent from getNextHeaderRecord, getNextHeaderLine and the other getNextXXRecord methods and the associated reset methods.
 +
|-
 +
| <code>void SamFileHeader::resetSQRecordIter()</code>
 +
| Reset the SQ Record iterator to the beginning of the header records so the next call to getNextSQRecord returns the first SQ header record.
 +
|-
 +
| <code>void SamFileHeader::resetRGRecordIter()</code>
 +
| Reset the RG Record iterator to the beginning of the header records so the next call to getNextRGRecord returns the first RG header record.
 +
|-
 +
| <code>void SamFileHeader::resetPGRecordIter()</code>
 +
| Reset the PG Record iterator to the beginning of the header records so the next call to getNextPGRecord returns the first PG header record.
 
|}
 
|}
  

Navigation menu