ProteoWizard
Typedefs | Variables
DemuxTypes Namespace Reference

Typedefs

typedef double DemuxScalar
 
typedef Matrix< DemuxScalar, Dynamic, Dynamic > MatrixType
 
typedef boost::shared_ptr< MatrixTypeMatrixPtr
 

Variables

static const std::string kDEMUX_NAME = "Demultiplexing"
 This is a flag used by SpectrumWorkerThreads to handle demultiplexing. More...
 

Typedef Documentation

◆ DemuxScalar

typedef double DemuxTypes::DemuxScalar

Definition at line 37 of file DemuxTypes.hpp.

◆ MatrixType

typedef Matrix<DemuxScalar, Dynamic, Dynamic> DemuxTypes::MatrixType

Definition at line 38 of file DemuxTypes.hpp.

◆ MatrixPtr

typedef boost::shared_ptr<MatrixType> DemuxTypes::MatrixPtr

Definition at line 39 of file DemuxTypes.hpp.

Variable Documentation

◆ kDEMUX_NAME

const std::string DemuxTypes::kDEMUX_NAME = "Demultiplexing"
static

This is a flag used by SpectrumWorkerThreads to handle demultiplexing.

Definition at line 41 of file DemuxTypes.hpp.