Ask a Question | Search PSRCHIVE: |
Home
|
Generator.h virtual Generator * clone() const =0 Return a new, copy constructed instance of self. virtual void set_time_span(const MJD &start, const MJD &finish)=0 Set the range of epochs over which to generate. static Configuration::Parameter< Generator * > & get_default_generator() Default generator of new predictors. static Generator * get_default() Return a pointer to a new Generator of the default derived type. Definition: Generator_default.C:58 static Generator * factory(const Parameters *) Return a pointer to a new Generator that can best handle the parameters. Definition: Generator_factory.C:63 virtual void set_site(const std::string &)=0 Set the site at which the signal is observed. virtual void set_parameters(const Parameters *)=0 Set the parameters used to generate the predictor. virtual void set_frequency_span(long double low, long double high)=0 Set the range of frequencies over which to generate. Storage of pulsar parameters used to create a Predictor. Definition: Parameters.h:28 Interprets configuration strings into the default generator. Definition: GeneratorInterpreter.h:26 Generated using doxygen 1.8.17
|