|
| Dedisperse () |
| Default constructor.
|
|
| Dedisperse (const Dedisperse &extension) |
| Copy constructor.
|
|
const Dedisperse & | operator= (const Dedisperse &extension) |
| Assignment operator. More...
|
|
Dedisperse * | clone () const |
| Clone method.
|
|
void | set_dispersion_measure (double dispersion_measure) |
| Set the dispersion measure.
|
|
double | get_dispersion_measure () const |
| Get the dispersion measure.
|
|
| ColdPlasmaHistory (const char *name) |
| Default constructor.
|
|
| ColdPlasmaHistory (const ColdPlasmaHistory &extension) |
| Copy constructor.
|
|
const ColdPlasmaHistory & | operator= (const ColdPlasmaHistory &extension) |
| Assignment operator. More...
|
|
| ~ColdPlasmaHistory () |
| Destructor.
|
|
void | set_measure (double measure) |
| Set the correction measure. More...
|
|
double | get_measure () const |
| Get the correction measure. More...
|
|
void | set_reference_wavelength (double metres) |
| Set the reference wavelength in metres.
|
|
double | get_reference_wavelength () const |
| Get the reference wavelength.
|
|
void | set_reference_frequency (double MHz) |
| Set the reference frequency in MHz.
|
|
double | get_reference_frequency () const |
| Get the reference frequency. More...
|
|
| Extension (const char *name) |
| Construct with a name.
|
|
virtual | ~Extension () |
| Destructor.
|
|
virtual TextInterface::Parser * | get_interface () |
| Return a text interface that can be used to access this instance.
|
|
virtual void | integrate (const Integration *subint) |
| Integrate information from another Integration.
|
|
virtual void | update (const Integration *subint) |
| Update information based on the provided Integration.
|
|
std::string | get_extension_name () const |
| Return the name of the Extension.
|
|
virtual std::string | get_short_name () const |
| Return an abbreviated name that can be typed relatively quickly.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|