#include <power_spectrum.h>
Inheritance diagram for Arroyo::frehlich_inner_scale:

Public Member Functions | |
| frehlich_inner_scale () | |
| frehlich_inner_scale (const frehlich_inner_scale &frehlich_inscle) | |
| frehlich_inner_scale (const char *filename) | |
| frehlich_inner_scale (const iofits &iof) | |
| frehlich_inner_scale (double inscle) | |
| ~frehlich_inner_scale () | |
| frehlich_inner_scale & | operator= (const frehlich_inner_scale &frehlich_inscle) |
| void | read (const char *filename) |
| void | read (const iofits &iof) |
| void | write (const char *filename) const |
| void | write (iofits &iof) const |
| void | print (ostream &os, const char *prefix="") const |
| double | value (double spatial_frequency) const |
Protected Attributes | |
| double | inner_scale_value |
| The value of the inner scale in meters. | |
Friends | |
| bool | operator== (const frehlich_inner_scale &fis1, const frehlich_inner_scale &fis2) |
|
|
Null constructor |
|
|
Copy constructor |
|
|
Construct from file |
|
|
Construct from iofits object |
|
|
Construct from a value |
|
|
Virtual destructor |
|
|
Operator = |
|
||||||||||||
|
Implements Arroyo::inner_scale. |
|
|
Read from iofits Implements Arroyo::inner_scale. |
|
|
Read from file Implements Arroyo::inner_scale. |
|
|
Return the value at a given spatial frequency Implements Arroyo::inner_scale. |
|
|
Write to iofits Implements Arroyo::inner_scale. |
|
|
Write to file Implements Arroyo::inner_scale. |
|
||||||||||||
|
operator == - returns true if inner scales are equal |
|
|
The value of the inner scale in meters.
|
1.3.9.1