Ask a Question | Search PSRCHIVE: |
![]()
|
ReceptionModelReport.h Base class of objects that report on properties of the measurement equation. Definition ReceptionModelReport.h:20 virtual void report() Write the report. Definition ReceptionModelReport.C:39 std::string filename Filename to which the report is written. Definition ReceptionModelReport.h:56 void set_model(ReceptionModel *_model) Set the measurement equation on which to report. Definition ReceptionModelReport.h:34 void set_filename(const std::string &_name) Set the name of the file to which the report will be written. Definition ReceptionModelReport.h:37 Reference::To< ReceptionModel, false > model The measurement equation for which report is written. Definition ReceptionModelReport.h:59 std::string path Path to which reports are written. Definition ReceptionModelReport.h:53 Report(const std::string &name) Construct with filename. Definition ReceptionModelReport.h:31 void set_path(const std::string &_name) Set the root path to which reports will be written. Definition ReceptionModelReport.h:41 virtual Report * clone() const =0 Return a new, copy-constructed clone of self. std::string make_reports_path(const std::string &subdir="") Create the reports directory and return the constructed path name. Definition ReceptionModelReport.C:22 ReceptionModel() null constructor Definition ReceptionModel.C:20 Generated using doxygen 1.14.0
|