Off-pulse Calibrator (P236)
More...
#include <CalibratorTypes.h>
|
unsigned | get_nparam () const |
| Return the number of parameters that describe the transformation.
|
|
virtual std::string | get_name () const |
| Return the name of the calibrator type.
|
|
virtual Type * | clone () const =0 |
| Return a new instance of derived type.
|
|
virtual bool | is_a (const Type *that) const |
| Return true if that is a this.
|
|
template<class T > |
bool | is_a () const |
| Return true if this is a T.
|
|
static Type * | factory (const std::string &name) |
| Construct a new instance of Calibrator::Type, based on name.
|
|
static Type * | factory (const Calibrator *) |
| Construct a new instance of Calibrator::Type, based on Calibrator.
|
|
Off-pulse Calibrator (P236)
The documentation for this class was generated from the following file: