Ask a Question | Search PSRCHIVE: |
Home
|
Composite.h 90 {
void set_variance(unsigned index, double variance) Set the variance of the specified parameter. Definition: Composite.C:87 std::string get_description(unsigned index) const Return the name of the specified parameter. Definition: Composite.C:59 bool has_parameter_policy() const Some wrappers may not have a parameter policy. Definition: Function.h:188 void set_infit(unsigned index, bool flag) Set flag for parameter at index to be fitted. Definition: Composite.C:101 std::string class_name() const Get the name used in verbose output. Definition: Composite.C:127 unsigned get_nparam() const Return the number of parameters. Definition: Function.h:115 void set_argument(unsigned dimension, Argument *axis) Set the independent variable of the specified dimension. Definition: Composite.C:109 const ParameterPolicy * get_parameter_policy() const Provide access to the parameter_policy attribute. Definition: Function.h:184 unsigned get_nparam() const Return the number of parameters. Definition: Composite.C:43 unsigned find_Projection(Projection *model) const Return the index for the specified model. Definition: Composite.C:573 void attribute_changed(Function::Attribute attribute) Method called when a Function attribute has changed. Definition: Composite.C:479 Composite(Function *context) Default constructor. Definition: Composite.C:18 Composite * clone(Function *context) const Clone constructor. Definition: Composite.h:38 void disconnect(Class *instance, Method method) void get_imap(const Function *model, std::vector< unsigned >::iterator &imap) const Get the mapping for the given Function. Definition: Composite.C:591 Function * get_context() const Return the Function for whom this policy operates. Definition: FunctionPolicy.h:37 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 Manages a Function and the mapping of its parameters into a Composite. Definition: Projection.h:27 static bool very_verbose Low-level verbosity flag. Definition: Function.h:57 std::vector< unsigned > imap The parameter index mapping into Composite. Definition: Projection.h:56 Reference::To< Composite, false > meta The Composite into which the model is mapped. Definition: Projection.h:59 @ ParameterCount Number of Function parameters, as returned by get_nparam. Definition: Function.h:169 void set_param(unsigned index, double value) Set the value of the specified parameter. Definition: Composite.C:73 unsigned find_Function(Function *model) const Return the index for the specified model. Definition: Composite.C:558 void connect(Class *instance, Method method) void unmap(Project< Type > &model) Convenience interface to unmap (Projection*) Definition: Composite.h:99 bool get_infit(unsigned index) const Return true if parameter at index is to be fitted. Definition: Composite.C:94 double get_variance(unsigned index) const Return the variance of the specified parameter. Definition: Composite.C:80 Attribute Function attributes that require the attention of Composite models. Definition: Function.h:167 Callback< Attribute > changed Callback executed when a Function Attribute has been changed. Definition: Function.h:175 void map(Project< Type > &model) Convenience interface to map (Projection*) Definition: Composite.h:90 Template combines a reference to a Component and its Projection. Definition: Projection.h:65 Adapts an object with the ArgumentPolicy interface. Definition: ArgumentPolicyAdapter.h:25 std::string get_name(unsigned index) const Return the name of the specified parameter. Definition: Composite.C:52 @ Evaluation Function evaluation, as returned by the evaluate method. Definition: Function.h:171 unsigned get_nmodel() const Get the number of models mapped into this model. Definition: Composite.C:133 double get_param(unsigned index) const Return the value of the specified parameter. Definition: Composite.C:66 Generated using doxygen 1.8.17
|