MINT2
|
#include <FitFractionList.h>
Classes | |
class | antiSmallerFitFractionByMagnitude |
class | antiSmallerFitFractionBySize |
class | smallerFitFractionByMagnitude |
class | smallerFitFractionByName |
class | smallerFitFractionBySize |
Public Member Functions | |
FitFractionList () | |
FitFractionList (const FitFractionList &other) | |
void | add (const FitFraction &f) |
const FitFraction & | sum () const |
void | setSumFitError (double sfe) |
void | setSumIntegError (double sie) |
void | print (std::ostream &os) const |
void | sortBySizeAscending () |
void | sortBySizeDecending () |
void | sortByMagnitudeAscending () |
void | sortByMagnitudeDecending () |
void | sortByName () |
Public Member Functions inherited from MINT::PolymorphVector< FitFraction > | |
PolymorphVector () | |
PolymorphVector (unsigned int N) | |
PolymorphVector (unsigned int N, const FitFraction &c) | |
PolymorphVector (const PolymorphVector &other) | |
PolymorphVector (const typename std::vector< FitFraction > &other) | |
virtual | ~PolymorphVector () |
std::vector< FitFraction > & | theVector () |
const std::vector< FitFraction > & | theVector () const |
FitFraction & | operator[] (unsigned int i) |
const FitFraction & | operator[] (unsigned int i) const |
FitFraction & | at (unsigned int i) |
const FitFraction & | at (unsigned int i) const |
std::vector< FitFraction >::iterator | begin () |
std::vector< FitFraction >::const_iterator | begin () const |
std::vector< FitFraction >::iterator | end () |
std::vector< FitFraction >::const_iterator | end () const |
std::vector< FitFraction >::iterator | find (const FitFraction &c) |
std::vector< FitFraction >::const_iterator | find (const FitFraction &c) const |
FitFraction & | front () |
const FitFraction & | front () const |
FitFraction & | back () |
const FitFraction & | back () const |
unsigned int | size () const |
bool | empty () const |
void | push_back (const FitFraction &c) |
void | pop_back () |
void | erase (typename std::vector< FitFraction >::iterator pos) |
void | erase (typename std::vector< FitFraction >::iterator first, typename std::vector< FitFraction >::iterator last) |
PolymorphVector< FitFraction > & | operator= (const PolymorphVector< FitFraction > &other) |
void | clear () |
void | resize (unsigned int N) |
void | resize (unsigned int N, const FitFraction &c) |
operator const typename std::vector< FitFraction > & () const | |
operator typename std::vector< FitFraction > & () | |
bool | operator== (const MINT::PolymorphVector< FitFraction > &v2) const |
bool | operator!= (const MINT::PolymorphVector< FitFraction > &v2) const |
bool | operator< (const MINT::PolymorphVector< FitFraction > &v2) const |
bool | operator> (const MINT::PolymorphVector< FitFraction > &v2) const |
Protected Attributes | |
FitFraction | _sum |
Protected Attributes inherited from MINT::PolymorphVector< FitFraction > | |
std::vector< FitFraction > | _vec |
Definition at line 18 of file FitFractionList.h.
FitFractionList::FitFractionList | ( | ) |
Definition at line 6 of file FitFractionList.cpp.
FitFractionList::FitFractionList | ( | const FitFractionList & | other | ) |
Definition at line 12 of file FitFractionList.cpp.
void FitFractionList::add | ( | const FitFraction & | f | ) |
Definition at line 18 of file FitFractionList.cpp.
void FitFractionList::print | ( | std::ostream & | os | ) | const |
Definition at line 29 of file FitFractionList.cpp.
void FitFractionList::setSumFitError | ( | double | sfe | ) |
Definition at line 22 of file FitFractionList.cpp.
void FitFractionList::setSumIntegError | ( | double | sie | ) |
Definition at line 25 of file FitFractionList.cpp.
void FitFractionList::sortByMagnitudeAscending | ( | ) |
Definition at line 49 of file FitFractionList.cpp.
void FitFractionList::sortByMagnitudeDecending | ( | ) |
Definition at line 53 of file FitFractionList.cpp.
void FitFractionList::sortByName | ( | ) |
Definition at line 57 of file FitFractionList.cpp.
void FitFractionList::sortBySizeAscending | ( | ) |
Definition at line 41 of file FitFractionList.cpp.
void FitFractionList::sortBySizeDecending | ( | ) |
Definition at line 45 of file FitFractionList.cpp.
|
inline |
Definition at line 27 of file FitFractionList.h.
|
protected |
Definition at line 20 of file FitFractionList.h.