IsoSpec  1.95
Public Member Functions | Friends | List of all members
IsoSpec::ThresholdFixedEnvelope Class Reference
Inheritance diagram for IsoSpec::ThresholdFixedEnvelope:
IsoSpec::FixedEnvelope

Public Member Functions

 ThresholdFixedEnvelope (Iso &&iso, double _threshold, bool _absolute, bool tgetConfs=false, bool tgetlProbs=false, bool tgetMasses=true, bool tgetProbs=true)
 
 ThresholdFixedEnvelope (const Iso &iso, double _threshold, bool _absolute, bool tgetConfs=false, bool tgetlProbs=false, bool tgetMasses=true, bool tgetProbs=true)
 
- Public Member Functions inherited from IsoSpec::FixedEnvelope
size_t confs_no () const
 
int getAllDim () const
 
const double * lprobs ()
 
const double * masses ()
 
const double * probs ()
 
const int * confs ()
 
double * release_lprobs ()
 
double * release_masses ()
 
double * release_probs ()
 
int * release_confs ()
 
double mass (size_t i)
 
double lprob (size_t i)
 
double prob (size_t i)
 
const int * conf (size_t i)
 

Friends

template<typename T >
void call_init (T *tabulator, Iso &&iso, bool tgetlProbs, bool tgetMasses, bool tgetProbs, bool tgetConfs)
 

Additional Inherited Members

- Protected Member Functions inherited from IsoSpec::FixedEnvelope
template<typename T , bool tgetlProbs, bool tgetMasses, bool tgetProbs, bool tgetConfs>
ISOSPEC_FORCE_INLINE void store_conf (T &generator)
 
template<bool tgetlProbs, bool tgetMasses, bool tgetProbs, bool tgetConfs>
void reallocate_memory (size_t new_size)
 
- Protected Attributes inherited from IsoSpec::FixedEnvelope
double * _masses
 
double * _lprobs
 
double * _probs
 
int * _confs
 
size_t _confs_no
 
int allDim
 
double * tmasses
 
double * tlprobs
 
double * tprobs
 
int * tconfs
 
int allDimSizeofInt
 

Detailed Description

Definition at line 93 of file fixedEnvelopes.h.


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