Clipper
Public Member Functions | Static Public Member Functions
clipper::datatypes::I_sigI< dtype > Class Template Reference

Reflection data type: I + sigI. More...

#include <hkl_datatypes.h>

Inheritance diagram for clipper::datatypes::I_sigI< dtype >:
clipper::Datatype_base

List of all members.

Public Member Functions

 I_sigI (const dtype &I, const dtype &sigI)
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 & I () const
const dtype & sigI () const
dtype & I ()
dtype & sigI ()
const dtype & I_pl () const
const dtype & sigI_pl () const
const dtype & I_mi () const
const dtype & sigI_mi () const
dtype cov () const

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

Detailed Description

template<class dtype>
class clipper::datatypes::I_sigI< dtype >

Reflection data type: I + sigI.

Note that I_sigI also has methods for returning I_pl(), sigI_pl(), I_mi, sigI_mi(), so you can use this type in any template type where you would use I_sigI_ano.


The documentation for this class was generated from the following file: