Ask a Question | Search PSRCHIVE: |
![]()
|
Composite.h unsigned get_nmodel() const Get the number of models mapped into this model. Definition Composite.C:133 std::string get_description(unsigned index) const Return the name of the specified parameter. Definition Composite.C:59 void attribute_changed(Function::Attribute attribute) Method called when a Function attribute has changed. Definition Composite.C:479 unsigned find_Projection(Projection *model) const Return the index for the specified model. Definition Composite.C:573 unsigned get_nparam() const Return the number of parameters. Definition Composite.C:43 Composite * clone(Function *context) const Clone constructor. Definition Composite.h:28 std::string class_name() const Get the name used in verbose output. Definition Composite.C:127 void set_infit(unsigned index, bool flag) Set flag for parameter at index to be fitted. Definition Composite.C:101 unsigned find_Function(Function *model) const Return the index for the specified model. Definition Composite.C:558 void set_argument(unsigned dimension, Argument *axis) Set the independent variable of the specified dimension. Definition Composite.C:109 std::string get_name(unsigned index) const Return the name of the specified parameter. Definition Composite.C:52 void set_variance(unsigned index, double variance) Set the variance of the specified parameter. Definition Composite.C:87 void unmap(Project< Type > &model) Convenience interface to unmap (Projection*) Definition Composite.h:89 double get_variance(unsigned index) const Return the variance of the specified parameter. Definition Composite.C:80 bool get_infit(unsigned index) const Return true if parameter at index is to be fitted. Definition Composite.C:94 friend class Projection Provide access to Projection base class. Definition Composite.h:115 void get_imap(const Function *model, std::vector< unsigned >::iterator &imap) const Get the mapping for the given Function. Definition Composite.C:591 void map(Project< Type > &model) Convenience interface to map (Projection*) Definition Composite.h:80 void set_param(unsigned index, double value) Set the value of the specified parameter. Definition Composite.C:73 double get_param(unsigned index) const Return the value of the specified parameter. Definition Composite.C:66 static bool very_verbose Low-level verbosity flag. Definition Function.h:57 Attribute Function attributes that require the attention of Composite models. Definition Function.h:167 ParameterPolicy(Function *context) Default destructor. Definition ParameterPolicy.C:14 Template combines a reference to a Component and its Projection. Definition Projection.h:60 Manages a Function and the mapping of its parameters into a Composite. Definition Projection.h:22 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|