Action #503

Updated by Knödlseder Jürgen over 11 years ago

Here a list of methods implemented in derived classes of @GModelSpectral@:

@GModelSpectralConst@:
* @double norm(void) const;@

Note: this is just a luxury method as the same can be achieved by using the parameter access method.

@GModelSpectralExpPlaw@:
* @void autoscale(void);@
* @double norm(void) const;@
* @double index(void) const;@
* @double ecut(void) const;@
* @double pivot(void) const;@

Note: the methods except of @autoscale()@ are just a luxury as the same can be achieved by using the parameter access method. @autoscale()@ is pretty low-level, and likely not a generic method.

@GModelSpectralFunc@:
* @double norm(void) const;@

Note: this is just a luxury method as the same can be achieved by using the parameter access method.

@GModelSpectralNodes@:
None

@GModelSpectralPlaw@:
* @void autoscale(void);@
* @double norm(void) const;@
* @double index(void) const;@
* @double pivot(void) const;@

Note: the methods except of @autoscale()@ are just a luxury as the same can be achieved by using the parameter access method. @autoscale()@ is pretty low-level, and likely not a generic method.

@GModelSpectralPlaw2@:
* @double integral(void) const;@
* @double index(void) const;@
* @double emin(void) const;@
* @double emax(void) const;@

Note: these are just luxury methods as the same can be achieved by using the parameter access method.

Back