NCBI C++ ToolKit
|
#include <corelib/ncbimisc.hpp>
#include <objects/omssa/omssa__.hpp>
#include <util/rangemap.hpp>
#include <util/itree.hpp>
#include <set>
#include <iostream>
#include <vector>
#include <deque>
#include <map>
#include <string.h>
#include "msms.hpp"
#include "msladder.hpp"
#include "SpectrumSet.hpp"
#include "omssascore.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CMSModInfo |
Class to hold mod information for a hit. More... | |
class | CMSHit |
class to contain preliminary hits. More... | |
class | CMZI |
a class for holding an m/z value, intensity, and rank More... | |
class | CMSPeakList |
class for holding a set of peaks More... | |
class | CMSPeak |
class to hold spectral data for filtering and statistical characterization More... | |
class | _MassPeak |
class | CMSPeakSet |
Macros | |
#define | MSHITMIN 2 |
#define | MSPEAKMIN 5 |
#define | MSBIN 100 |
Typedefs | |
typedef AutoPtr< CMSModInfo, ArrayDeleter< CMSModInfo > > | TModInfo |
typedef for holding hit information More... | |
typedef CMSHit * | TMSHitList |
typedef bool(* | TMZIbool) (const CMZI &, const CMZI &, int tol) |
function object for cull iterate More... | |
typedef deque< CMSPeak * > | TPeakSet |
typedef _MassPeak | TMassPeak |
typedef CRange< TSignedSeqPos > | TMassRange |
#define MSBIN 100 |
Definition at line 525 of file mspeak.hpp.
#define MSHITMIN 2 |
Definition at line 518 of file mspeak.hpp.
#define MSPEAKMIN 5 |
Definition at line 522 of file mspeak.hpp.
Definition at line 1346 of file mspeak.hpp.
typedef CRange<TSignedSeqPos> TMassRange |
Definition at line 1350 of file mspeak.hpp.
typedef AutoPtr<CMSModInfo, ArrayDeleter<CMSModInfo> > TModInfo |
typedef for holding hit information
Definition at line 169 of file mspeak.hpp.
typedef CMSHit* TMSHitList |
Definition at line 515 of file mspeak.hpp.
function object for cull iterate
Definition at line 533 of file mspeak.hpp.
Definition at line 1333 of file mspeak.hpp.
enum EChargeState |
Enumerator | |
---|---|
eChargeUnknown | |
eCharge1 | |
eChargeNot1 | |
eCharge2 | |
eCharge3 | |
eCharge4 | |
eCharge5 |
Definition at line 535 of file mspeak.hpp.
enum EMSPeakListSort |
enumeration of peak sort order
Enumerator | |
---|---|
eMSPeakListSortNone | |
eMSPeakListSortMZ | |
eMSPeakListSortIntensity |
Definition at line 552 of file mspeak.hpp.
enum EMSPeakListTypes |
enum that describes type of peak list
Definition at line 63 of file mspeak.hpp.