Clipper
Public Member Functions
clipper::Resolution Class Reference

Resolution in angstroms. More...

#include <coords.h>

Inheritance diagram for clipper::Resolution:
clipper::CResolution

List of all members.

Public Member Functions

 Resolution ()
 null constructor
 Resolution (const ftype &resol_)
 constructor: from ftype
void init (const ftype &resol_)
 initialiser: from ftype
const ftypelimit () const
 get resolution limit
ftype invresolsq_limit () const
 get invresolsq limit
bool is_null () const
 test if value has been initialised

Detailed Description

Resolution in angstroms.

This object represents a resolution limit which will be used for all aspects of a calculation. This is a base for a donor type.


Constructor & Destructor Documentation

clipper::Resolution::Resolution ( const ftype resol_) [explicit]

constructor: from ftype

Parameters:
resol_The resolution limit in Angstroms.

References init().


Member Function Documentation

void clipper::Resolution::init ( const ftype resol_)

initialiser: from ftype

Parameters:
resol_The resolution limit in Angstroms.

Referenced by Resolution().

const ftype & clipper::Resolution::limit ( ) const

get resolution limit

Returns:
The resolution limit in Angstroms.

Referenced by clipper::HKL_info::generate_hkl_list(), and clipper::Grid_sampling::init().

ftype clipper::Resolution::invresolsq_limit ( ) const

get invresolsq limit

Returns:
The resolution limit in inverse squared Angstroms.

Referenced by clipper::HKL_info::add_hkl_list(), clipper::HKL_info::generate_hkl_list(), and clipper::HKL_sampling::HKL_sampling().

bool clipper::Resolution::is_null ( ) const

test if value has been initialised

Returns:
true if the object has not been initalised.

Referenced by clipper::CGrid_sampling::init(), clipper::CHKL_info::init(), and clipper::HKL_info::is_null().


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