Clipper
Public Member Functions | List of all members
clipper::Resolution Class Reference

Resolution in angstroms. More...

#include <coords.h>

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

Public Member Functions

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

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.

Member Function Documentation

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

initialiser: from ftype

Parameters
resol_The resolution limit in Angstroms.
const ftype & clipper::Resolution::limit ( ) const

get resolution limit

Returns
The resolution limit in Angstroms.
ftype clipper::Resolution::invresolsq_limit ( ) const

get invresolsq limit

Returns
The resolution limit in inverse squared Angstroms.
bool clipper::Resolution::is_null ( ) const

test if value has been initialised

Returns
true if the object has not been initalised.

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