|
Clipper
|
#include <hkl_datatypes.h>
Public Member Functions | |
| D_sigD (const dtype &d, const dtype &sigd) | |
| void | set_null () |
| initialise to 'missing' (all elements are set to null) | |
| void | friedel () |
| apply Friedel transformation to the data | |
| void | shift_phase (const ftype &) |
| apply phase shift to the data | |
| bool | missing () const |
| return true if data is missing | |
| void | data_export (xtype array[]) const |
| conversion to array (for I/O) | |
| void | data_import (const xtype array[]) |
| conversion from array (for I/O) | |
| void | scale (const ftype &s) |
| this type is scalable - apply magnitude scale factor | |
| const dtype & | d () const |
| const dtype & | sigd () const |
| dtype & | d () |
| dtype & | sigd () |
Static Public Member Functions | |
| static String | type () |
| return the name of this data type | |
| static int | data_size () |
| return number of data elements in this type | |
| static String | data_names () |
| return names of data elements in this type | |
Provided for i/o compatibbility with legacy code only. Do not use.
1.7.4