SamFileReader Class Reference

Inheritance diagram for SamFileReader:
Inheritance graph
[legend]
Collaboration diagram for SamFileReader:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SamFileReader ()
 Default Constructor.
 SamFileReader (const char *filename)
 Constructor that opens the specified file for read.
 SamFileReader (const char *filename, ErrorHandler::HandlingType errorHandlingType)
 Constructor that opens the specified file for read.
 SamFileReader (const char *filename, SamFileHeader *header)
 Constructor that opens the specified file for read and reads the header from the file.
 SamFileReader (const char *filename, ErrorHandler::HandlingType errorHandlingType, SamFileHeader *header)
 Constructor that opens the specified file for read and reads the header from the file.

Detailed Description

Definition at line 349 of file SamFile.h.


Constructor & Destructor Documentation

SamFileReader::SamFileReader ( const char *  filename,
SamFileHeader header 
)

Constructor that opens the specified file for read and reads the header from the file.

Definition at line 1243 of file SamFile.cpp.

01245     : SamFile(filename, READ, header)
01246 {
01247 }

SamFileReader::SamFileReader ( const char *  filename,
ErrorHandler::HandlingType  errorHandlingType,
SamFileHeader header 
)

Constructor that opens the specified file for read and reads the header from the file.

Definition at line 1251 of file SamFile.cpp.

01254     : SamFile(filename, READ, errorHandlingType, header)
01255 {
01256 }


The documentation for this class was generated from the following files:
Generated on Tue Mar 22 22:50:26 2011 for StatGen Software by  doxygen 1.6.3