ProteoWizard
Public Member Functions | Public Attributes
pwiz::proteome::ProteomeDataFile::WriteConfig Struct Reference

configuration for write() More...

#include <ProteomeDataFile.hpp>

List of all members.

Public Member Functions

 WriteConfig (Format _format=Format_FASTA, bool _gzipped=false)

Public Attributes

Format format
bool indexed
bool gzipped

Detailed Description

configuration for write()

Definition at line 52 of file ProteomeDataFile.hpp.


Constructor & Destructor Documentation

pwiz::proteome::ProteomeDataFile::WriteConfig::WriteConfig ( Format  _format = Format_FASTA,
bool  _gzipped = false 
)
inline

Definition at line 58 of file ProteomeDataFile.hpp.

: format(_format), indexed(true), gzipped(_gzipped)
{}

Member Data Documentation

Format pwiz::proteome::ProteomeDataFile::WriteConfig::format

Definition at line 54 of file ProteomeDataFile.hpp.

Referenced by validateWriteRead().

bool pwiz::proteome::ProteomeDataFile::WriteConfig::indexed

Definition at line 55 of file ProteomeDataFile.hpp.

Referenced by test(), and validateWriteRead().

bool pwiz::proteome::ProteomeDataFile::WriteConfig::gzipped

Definition at line 56 of file ProteomeDataFile.hpp.


The documentation for this struct was generated from the following file: