Calibration::ReceptionModel::Report Class Referenceabstract

Solve the measurement equation by non-linear least squares minimization. More...

#include <ReceptionModelReport.h>

Inheritance diagram for Calibration::ReceptionModel::Report:
Reference::Able Reference::HeapTracked Calibration::FitGoodnessReport Calibration::InputDataReport Calibration::ModelParametersReport

Public Member Functions

virtual Reportclone () const =0
 Return a new, copy-constructed clone of self.
 
virtual void report (std::ostream &)=0
 Write the report.
 
 Report (const std::string &name)
 Construct with filename.
 
void set_model (ReceptionModel *_model)
 Set the measurement equation on which to report.
 
void set_filename (const std::string &_name)
 Set the name of the file to which the report will be written.
 
const std::string & get_filename () const
 
void report ()
 Write the report.
 
- Public Member Functions inherited from Reference::Able
 Able (const Able &)
 
Ableoperator= (const Able &)
 
unsigned get_reference_count () const
 
- Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
 
HeapTrackedoperator= (const HeapTracked &)
 
bool __is_on_heap () const
 

Protected Attributes

std::string filename
 Filename to which the report will be written.
 
Reference::To< ReceptionModel, false > model
 The measurement equation to be solved.
 

Additional Inherited Members

- Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
 
- Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
 
static void operator delete (void *location, void *ptr)
 
static void operator delete (void *location)
 
static size_t get_heap_queue_size ()
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Detailed Description

Solve the measurement equation by non-linear least squares minimization.


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

Generated using doxygen 1.8.17