ProteoWizard
Public Member Functions | Private Member Functions | Private Attributes
pwiz::chemistry::IsotopeCalculator Class Reference

#include <IsotopeCalculator.hpp>

List of all members.

Public Member Functions

 IsotopeCalculator (double abundanceCutoff, double massPrecision)
 ~IsotopeCalculator ()
MassDistribution distribution (const Formula &formula, int chargeState=0, int normalization=0) const

Private Member Functions

 IsotopeCalculator (const IsotopeCalculator &)
IsotopeCalculatoroperator= (const IsotopeCalculator)

Private Attributes

std::auto_ptr< Impl > impl_

Detailed Description

Definition at line 37 of file IsotopeCalculator.hpp.


Constructor & Destructor Documentation

pwiz::chemistry::IsotopeCalculator::IsotopeCalculator ( double  abundanceCutoff,
double  massPrecision 
)
pwiz::chemistry::IsotopeCalculator::~IsotopeCalculator ( )
pwiz::chemistry::IsotopeCalculator::IsotopeCalculator ( const IsotopeCalculator )
private

Member Function Documentation

MassDistribution pwiz::chemistry::IsotopeCalculator::distribution ( const Formula formula,
int  chargeState = 0,
int  normalization = 0 
) const
IsotopeCalculator& pwiz::chemistry::IsotopeCalculator::operator= ( const IsotopeCalculator  )
private

Member Data Documentation

std::auto_ptr<Impl> pwiz::chemistry::IsotopeCalculator::impl_
private

Definition at line 54 of file IsotopeCalculator.hpp.


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