SamFileWriter Class Reference

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

List of all members.

Public Member Functions

 SamFileWriter ()
 Default Constructor.
 SamFileWriter (const char *filename)
 Constructor that opens the specified file for write.
 SamFileWriter (const char *filename, ErrorHandler::HandlingType errorHandlingType)
 Constructor that opens the specified file for write.
 SamFileWriter (const char *filename, SamFileHeader *header)
 Constructor that opens the specified file for write and write the specified header into the file.
 SamFileWriter (const char *filename, ErrorHandler::HandlingType errorHandlingType, SamFileHeader *header)
 Constructor that opens the specified file for write and write the specified header into the file.

Detailed Description

Definition at line 378 of file SamFile.h.


Constructor & Destructor Documentation

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

Constructor that opens the specified file for write and write the specified header into the file.

Definition at line 1287 of file SamFile.cpp.

01289     : SamFile(filename, WRITE, header)
01290 {
01291 }

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

Constructor that opens the specified file for write and write the specified header into the file.

Definition at line 1295 of file SamFile.cpp.

01298     : SamFile(filename, WRITE, errorHandlingType, header)
01299 {
01300 }


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