|
MINT2
|
#include <FitParDependent.h>
Public Member Functions | |
| virtual unsigned int | size () const |
| virtual const FitParRef & | operator[] (unsigned int i) const |
| virtual FitParRef & | operator[] (unsigned int i) |
| virtual bool | changedSinceLastCall () const |
| virtual void | rememberFitParValues () |
| virtual bool | registerFitParDependence (const IFitParDependent &fpd) |
| bool | registerFitParDependence (const FitParRef &fpr) |
| void | removeAllFitParDependencies () |
| FitParDependent (IFitParRegister *daddy=0) | |
| FitParDependent (const FitParDependent &other, IFitParRegister *newDaddy=0) | |
| void | listFitParDependencies (std::ostream &os=std::cout) const |
Public Member Functions inherited from MINT::PolymorphVector< FitParRef > | |
| PolymorphVector () | |
| PolymorphVector (unsigned int N) | |
| PolymorphVector (unsigned int N, const FitParRef &c) | |
| PolymorphVector (const PolymorphVector &other) | |
| PolymorphVector (const typename std::vector< FitParRef > &other) | |
| virtual | ~PolymorphVector () |
| std::vector< FitParRef > & | theVector () |
| const std::vector< FitParRef > & | theVector () const |
| FitParRef & | operator[] (unsigned int i) |
| const FitParRef & | operator[] (unsigned int i) const |
| FitParRef & | at (unsigned int i) |
| const FitParRef & | at (unsigned int i) const |
| std::vector< FitParRef >::iterator | begin () |
| std::vector< FitParRef >::const_iterator | begin () const |
| std::vector< FitParRef >::iterator | end () |
| std::vector< FitParRef >::const_iterator | end () const |
| std::vector< FitParRef >::iterator | find (const FitParRef &c) |
| std::vector< FitParRef >::const_iterator | find (const FitParRef &c) const |
| FitParRef & | front () |
| const FitParRef & | front () const |
| FitParRef & | back () |
| const FitParRef & | back () const |
| unsigned int | size () const |
| bool | empty () const |
| void | push_back (const FitParRef &c) |
| void | pop_back () |
| void | erase (typename std::vector< FitParRef >::iterator pos) |
| void | erase (typename std::vector< FitParRef >::iterator first, typename std::vector< FitParRef >::iterator last) |
| PolymorphVector< FitParRef > & | operator= (const PolymorphVector< FitParRef > &other) |
| void | clear () |
| void | resize (unsigned int N) |
| void | resize (unsigned int N, const FitParRef &c) |
| operator const typename std::vector< FitParRef > & () const | |
| operator typename std::vector< FitParRef > & () | |
| bool | operator== (const MINT::PolymorphVector< FitParRef > &v2) const |
| bool | operator!= (const MINT::PolymorphVector< FitParRef > &v2) const |
| bool | operator< (const MINT::PolymorphVector< FitParRef > &v2) const |
| bool | operator> (const MINT::PolymorphVector< FitParRef > &v2) const |
Private Member Functions | |
| bool | ignoreFitParRef (const FitParRef &fpr) const |
Private Attributes | |
| IFitParRegister * | _daddy |
Additional Inherited Members | |
Protected Attributes inherited from MINT::PolymorphVector< FitParRef > | |
| std::vector< FitParRef > | _vec |
Definition at line 13 of file FitParDependent.h.
| FitParDependent::FitParDependent | ( | IFitParRegister * | daddy = 0 | ) |
Definition at line 51 of file FitParDependent.cpp.
| FitParDependent::FitParDependent | ( | const FitParDependent & | other, |
| IFitParRegister * | newDaddy = 0 |
||
| ) |
Definition at line 57 of file FitParDependent.cpp.
|
inlinevirtual |
|
private |
Definition at line 31 of file FitParDependent.cpp.
|
virtual |
Implements MINT::IFitParDependent.
Definition at line 62 of file FitParDependent.cpp.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 32 of file FitParDependent.h.
|
virtual |
Implements MINT::IFitParRegister.
Definition at line 36 of file FitParDependent.cpp.
| bool FitParDependent::registerFitParDependence | ( | const FitParRef & | fpr | ) |
Definition at line 42 of file FitParDependent.cpp.
|
inlinevirtual |
Implements MINT::IFitParDependent.
Definition at line 43 of file FitParDependent.h.
|
inline |
Definition at line 51 of file FitParDependent.h.
|
inlinevirtual |
|
private |
Definition at line 17 of file FitParDependent.h.
1.8.15